Module Name:    src
Committed By:   tsutsui
Date:           Wed Jan 22 11:48:59 UTC 2014

Modified Files:
        src/distrib/alpha/instkernel/ramdisk: Makefile

Log Message:
Add dhcpcd(8) to alpha's INSTALL ramdisk.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/distrib/alpha/instkernel/ramdisk/Makefile

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

Modified files:

Index: src/distrib/alpha/instkernel/ramdisk/Makefile
diff -u src/distrib/alpha/instkernel/ramdisk/Makefile:1.30 src/distrib/alpha/instkernel/ramdisk/Makefile:1.31
--- src/distrib/alpha/instkernel/ramdisk/Makefile:1.30	Thu Feb 11 09:06:47 2010
+++ src/distrib/alpha/instkernel/ramdisk/Makefile	Wed Jan 22 11:48:59 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.30 2010/02/11 09:06:47 roy Exp $
+#	$NetBSD: Makefile,v 1.31 2014/01/22 11:48:59 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -29,6 +29,7 @@ IMAGEDEPENDS+=	${INSTALLNOTES}
 PARSELISTENV=	INSTALLNOTES=${INSTALLNOTES:Q} TOOL_PWD_MKDB=${TOOL_PWD_MKDB:Q}
 
 .include "${DISTRIBDIR}/common/Makefile.crunch"
+.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
 .include "${DISTRIBDIR}/common/Makefile.makedev"
 .include "${DISTRIBDIR}/common/Makefile.image"
 

Reply via email to