Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/npf include bsd.own.mk first, otherwise compat build ove...
details: https://anonhg.NetBSD.org/src/rev/90bd1682143d
branches: trunk
changeset: 785409:90bd1682143d
user: christos <christos%NetBSD.org@localhost>
date: Tue Mar 12 20:02:40 2013 +0000
description:
include bsd.own.mk first, otherwise compat build overwrites our install
dirs.
diffstat:
lib/npf/mod.mk | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r e23123c07925 -r 90bd1682143d lib/npf/mod.mk
--- a/lib/npf/mod.mk Tue Mar 12 20:01:55 2013 +0000
+++ b/lib/npf/mod.mk Tue Mar 12 20:02:40 2013 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index