PR install/54777: add dhcpcd to the install ramdisk
This commit is contained in:
parent
484980a3f3
commit
46aea08b01
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue