Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbmips/instkernel/ramdisk PR install/54777: add dhc...



details:   https://anonhg.NetBSD.org/src/rev/bf1a24e6052a
branches:  trunk
changeset: 467025:bf1a24e6052a
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jan 09 20:07:46 2020 +0000

description:
PR install/54777: add dhcpcd to the install ramdisk

diffstat:

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

diffs (17 lines):

diff -r 2885f97d4b8d -r bf1a24e6052a distrib/evbmips/instkernel/ramdisk/Makefile
--- a/distrib/evbmips/instkernel/ramdisk/Makefile       Thu Jan 09 19:51:49 2020 +0000
+++ b/distrib/evbmips/instkernel/ramdisk/Makefile       Thu Jan 09 20:07:46 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2017/01/24 18:04:02 christos Exp $
+#      $NetBSD: Makefile,v 1.14 2020/01/09 20:07:46 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -33,6 +33,7 @@
 ${CRUNCHBIN}:  libhack.o
 
 .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