Module Name:    src
Committed By:   christos
Date:           Sat Sep 29 15:52:44 UTC 2018

Modified Files:
        src/lib/libnpf: Makefile

Log Message:
- re-enable lint (otherwise the sets break)
- no space after -I (for consistency)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libnpf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libnpf/Makefile
diff -u src/lib/libnpf/Makefile:1.7 src/lib/libnpf/Makefile:1.8
--- src/lib/libnpf/Makefile:1.7	Sat Sep 29 10:41:36 2018
+++ src/lib/libnpf/Makefile	Sat Sep 29 11:52:44 2018
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2018/09/29 14:41:36 rmind Exp $
+# $NetBSD: Makefile,v 1.8 2018/09/29 15:52:44 christos Exp $
 
 USE_SHLIBDIR=   yes
 
-NOLINT=		# disabled deliberately
-
 .include <bsd.own.mk>
 
 LIB=		npf
@@ -14,7 +12,7 @@ SRCS=		npf.c
 INCS=		npf.h
 INCSDIR=	/usr/include
 
-CPPFLAGS+=	-I ${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
+CPPFLAGS+=	-I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
 
 WARNS=		5
 

Reply via email to