Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/alpha/instkernel/ramdisk Add dhcpcd(8) to alpha's IN...



details:   https://anonhg.NetBSD.org/src/rev/9e6f45fbdea0
branches:  trunk
changeset: 792961:9e6f45fbdea0
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jan 22 11:48:59 2014 +0000

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

diffstat:

 distrib/alpha/instkernel/ramdisk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c0dab7ec0c96 -r 9e6f45fbdea0 distrib/alpha/instkernel/ramdisk/Makefile
--- a/distrib/alpha/instkernel/ramdisk/Makefile Wed Jan 22 11:46:31 2014 +0000
+++ b/distrib/alpha/instkernel/ramdisk/Makefile Wed Jan 22 11:48:59 2014 +0000
@@ -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 @@
 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"
 



Home | Main Index | Thread Index | Old Index