Module Name: src
Committed By: christos
Date: Sun Apr 12 17:13:42 UTC 2009
Modified Files:
src/external/bsd: Makefile
Log Message:
hook bind
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.9 src/external/bsd/Makefile:1.10
--- src/external/bsd/Makefile:1.9 Fri Jan 23 20:15:26 2009
+++ src/external/bsd/Makefile Sun Apr 12 13:13:42 2009
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2009/01/24 01:15:26 agc Exp $
+# $NetBSD: Makefile,v 1.10 2009/04/12 17:13:42 christos Exp $
.include <bsd.own.mk>
-SUBDIR+= am-utils dhcpcd fetch libarchive pkg_install
+SUBDIR+= am-utils bind dhcpcd fetch libarchive pkg_install top
.if (${MKATF} != "no")
SUBDIR+= atf
.endif
@@ -15,6 +15,5 @@
.if (${MKPCC} != "no")
SUBDIR+= pcc
.endif
-SUBDIR+= top
.include <bsd.subdir.mk>