Module Name:    src
Committed By:   tsutsui
Date:           Sat May 15 05:08:53 UTC 2010

Modified Files:
        src/distrib/hpcsh/miniroot: Makefile.inc

Log Message:
Enable dhcpcd(8) in hpcsh sysinst.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/hpcsh/miniroot/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/hpcsh/miniroot/Makefile.inc
diff -u src/distrib/hpcsh/miniroot/Makefile.inc:1.6 src/distrib/hpcsh/miniroot/Makefile.inc:1.7
--- src/distrib/hpcsh/miniroot/Makefile.inc:1.6	Mon May  3 14:14:35 2010
+++ src/distrib/hpcsh/miniroot/Makefile.inc	Sat May 15 05:08:53 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.6 2010/05/03 14:14:35 tsutsui Exp $
+#	$NetBSD: Makefile.inc,v 1.7 2010/05/15 05:08:53 tsutsui Exp $
 
 WARNS=		1
 DBG=		-Os
@@ -10,3 +10,5 @@
 LISTS+=		${DISTRIBDIR}/common/list.sysinst.en
 MTREECONF+=	${.CURDIR}/mtree.usr.install
 IMAGEDEPENDS+=	${ARCHDIR}/dot.profile
+
+.include "${DISTRIBDIR}/common/Makefile.dhcpcd"

Reply via email to