diff options
author | 2012-08-02 13:38:38 +0000 | |
---|---|---|
committer | 2012-08-02 13:38:38 +0000 | |
commit | 7cd9afdf8e1f17d6ba9d39b8a897f2a739f21444 (patch) | |
tree | 3ff4f682e4689e39521cf7f293577e8db9b82a2a /lib/libgssapi | |
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/libgssapi')
-rw-r--r-- | lib/libgssapi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index 63c0b944f5c..289a14f8b6a 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2006/04/29 12:35:56 biorn Exp $ +# $OpenBSD: Makefile,v 1.11 2012/08/02 13:38:38 okan Exp $ KRB5DIR = ${.CURDIR}/../../kerberosV .include <${.CURDIR}/../libkrb5/Makefile.common.inc> LIB= gssapi -WANTLINT= DIR_GSSAPI= ${KRB5SRC}/lib/gssapi GENDIR= ${.CURDIR}/generated |