diff options
| author | tv <tv@NetBSD.org> | 2001-12-12 00:51:00 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-12-12 00:51:00 +0000 |
| commit | 001067bbd1d3794241ea2698341fccc62b44a289 (patch) | |
| tree | db1d422c268232acdb1a9a086083a0cacb7db78d /lib/libgssapi | |
| parent | ebb6a0679929e9afb76d42e47d5f0e877decc3a1 (diff) | |
Readability cleanups; MKfoo=no -> NOfoo.
Diffstat (limited to 'lib/libgssapi')
| -rw-r--r-- | lib/libgssapi/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index ae7805bf9b7..6688e943609 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.6 2001/09/17 12:34:41 assar Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/12 00:51:02 tv Exp $ + +NOLINT= # defined .include <bsd.own.mk> DIST= ${.CURDIR}/../../crypto/dist -.PATH: ${DIST}/heimdal/lib/gssapi +.PATH: ${DIST}/heimdal/lib/gssapi -WARNS?= 1 -MKLINT= no +WARNS?= 1 -LIB= gssapi +LIB= gssapi SRCS = \ 8003.c \ @@ -50,12 +51,11 @@ SRCS = \ wrap.c \ address_to_krb5addr.c -INCSDIR= /usr/include/gssapi - -INCS= gssapi.h +INCS= gssapi.h +INCSDIR= /usr/include/gssapi -ASN1!= cd ${.CURDIR}/../libasn1 && ${PRINTOBJDIR} -KRB5!= cd ${.CURDIR}/../libkrb5 && ${PRINTOBJDIR} +ASN1!= cd ${.CURDIR}/../libasn1 && ${PRINTOBJDIR} +KRB5!= cd ${.CURDIR}/../libkrb5 && ${PRINTOBJDIR} CPPFLAGS+= -I. \ -I${DIST}/heimdal/lib/gssapi \ |
