Module Name: src
Committed By: christos
Date: Sun Mar 24 22:22:32 UTC 2013
Modified Files:
src/external/bsd: Makefile
Log Message:
hook in the new dhcp code
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 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.40 src/external/bsd/Makefile:1.41
--- src/external/bsd/Makefile:1.40 Sat Mar 23 11:42:00 2013
+++ src/external/bsd/Makefile Sun Mar 24 18:22:32 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2013/03/23 15:42:00 christos Exp $
+# $NetBSD: Makefile,v 1.41 2013/03/24 22:22:32 christos Exp $
.include <bsd.own.mk>
@@ -32,6 +32,6 @@ SUBDIR+= llvm
SUBDIR+= pcc
.endif
-SUBDIR+= pdisk
+SUBDIR+= pdisk dhcp
.include <bsd.subdir.mk>