diff options
author | 2012-08-02 13:38:38 +0000 | |
---|---|---|
committer | 2012-08-02 13:38:38 +0000 | |
commit | 7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444 (patch) | |
tree | 3ff4f682e4689e39521cf7f293577e8db9b82a2a /lib/libssl/ssl | |
parent | Apply profiling to all threads instead of just the thread that called (diff) | |
download | wireguard-openbsd-7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444.tar.xz wireguard-openbsd-7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444.zip |
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
ok guenther@
Diffstat (limited to 'lib/libssl/ssl')
-rw-r--r-- | lib/libssl/ssl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile index 3215b33574c..0b8e5dfd538 100644 --- a/lib/libssl/ssl/Makefile +++ b/lib/libssl/ssl/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.24 2012/07/11 11:02:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.25 2012/08/02 13:38:39 okan Exp $ LIB= ssl -WANTLINT= SSLEAYDIST= src |