Module Name:    src
Committed By:   martin
Date:           Thu Jan  9 20:07:46 UTC 2020

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

Log Message:
PR install/54777: add dhcpcd to the install ramdisk


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/evbmips/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/evbmips/instkernel/ramdisk/Makefile
diff -u src/distrib/evbmips/instkernel/ramdisk/Makefile:1.13 src/distrib/evbmips/instkernel/ramdisk/Makefile:1.14
--- src/distrib/evbmips/instkernel/ramdisk/Makefile:1.13	Tue Jan 24 18:04:02 2017
+++ src/distrib/evbmips/instkernel/ramdisk/Makefile	Thu Jan  9 20:07:46 2020
@@ -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 @@ HACKSRC=	${DISTRIBDIR}/utils/libhack
 ${CRUNCHBIN}:	libhack.o
 
 .include "${DISTRIBDIR}/common/Makefile.crunch"
+.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
 .include "${DISTRIBDIR}/common/Makefile.makedev"
 .include "${DISTRIBDIR}/common/Makefile.image"
 

Reply via email to