Module Name: src
Committed By: christos
Date: Tue Mar 12 20:02:41 UTC 2013
Modified Files:
src/lib/npf: mod.mk
Log Message:
include bsd.own.mk first, otherwise compat build overwrites our install
dirs.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/npf/mod.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/npf/mod.mk
diff -u src/lib/npf/mod.mk:1.2 src/lib/npf/mod.mk:1.3
--- src/lib/npf/mod.mk:1.2 Sun Mar 10 17:45:46 2013
+++ src/lib/npf/mod.mk Tue Mar 12 16:02:40 2013
@@ -1,4 +1,6 @@
-# $NetBSD: mod.mk,v 1.2 2013/03/10 21:45:46 rmind Exp $
+# $NetBSD: mod.mk,v 1.3 2013/03/12 20:02:40 christos Exp $
+
+.include <bsd.own.mk>
WARNS= 5
MKLINT= no
@@ -6,9 +8,9 @@ MKLINT= no
LIBISMODULE= yes
LIBROOTDIR= /lib
-.if exists(${.CURDIR}/../../Makefile.inc)
+#.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
-.endif
+#.endif
.if defined(MLIBDIR)
LIBDIR= ${LIBROOTDIR}/${MLIBDIR}/npf