Module Name: src Committed By: joerg Date: Wed Aug 13 20:52:05 UTC 2014
Modified Files: src/distrib/evbppc/ramdisk: Makefile Log Message: Bump ramdisk size to 3.2MB and include dhcpcd. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/distrib/evbppc/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/evbppc/ramdisk/Makefile diff -u src/distrib/evbppc/ramdisk/Makefile:1.17 src/distrib/evbppc/ramdisk/Makefile:1.18 --- src/distrib/evbppc/ramdisk/Makefile:1.17 Fri Aug 8 16:56:30 2014 +++ src/distrib/evbppc/ramdisk/Makefile Wed Aug 13 20:52:05 2014 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2014/08/08 16:56:30 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2014/08/13 20:52:05 joerg Exp $ .include <bsd.own.mk> .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" IMAGE= ramdisk.fs -IMAGESIZE= 2880k +IMAGESIZE= 3200k MAKEFS_FLAGS= -f 15 WARNS= 1 @@ -32,6 +32,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"