Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pf handle configinstall target correctly.
details: https://anonhg.NetBSD.org/src/rev/fa04e9516102
branches: trunk
changeset: 571269:fa04e9516102
user: yamt <yamt%NetBSD.org@localhost>
date: Sun Nov 14 20:27:13 2004 +0000
description:
handle configinstall target correctly.
diffstat:
usr.sbin/pf/Makefile | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 082f506d0c88 -r fa04e9516102 usr.sbin/pf/Makefile
--- a/usr.sbin/pf/Makefile Sun Nov 14 20:06:03 2004 +0000
+++ b/usr.sbin/pf/Makefile Sun Nov 14 20:27:13 2004 +0000
@@ -1,4 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2004/11/14 11:26:48 yamt Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/14 20:27:13 yamt Exp $
+
+.include <bsd.own.mk>
SUBDIR= authpf
SUBDIR+= ftp-proxy
@@ -10,6 +12,8 @@
SUBDIR+= spamlogd
SUBDIR+= man
-SUBDIR+= etc
+
+configinstall:
+ ${MAKEDIRTARGET} etc configinstall
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index