NetBSD/distrib/hpcarm/miniroot/Makefile.inc
joerg 4764c235e5 Change ramdisks from dhclient to dhcpcd and add corresponding glue to
sysinst. For amd64, the crunchgen binary shrinks by 150KB uncompresssed,
60KB compressed.
2009-04-07 11:49:16 +00:00

16 lines
416 B
Makefile

# $NetBSD: Makefile.inc,v 1.2 2009/04/07 11:49:17 joerg Exp $
DBG= -Os
IMAGESIZE= 4352k
MAKEFS_FLAGS= -o density=2k
IMAGEENDIAN= le
MAKEDEVTARGETS= all
LISTS+= ${DISTRIBDIR}/common/list.sysinst
MTREECONF+= ${.CURDIR}/mtree.usr.install
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile ${ARCHDIR}/termcap.vt100 \
${DESTDIR}/.profile ${DESTDIR}/etc/disktab
SMALLPROG_INET6=1
.include "${DISTRIBDIR}/common/Makefile.dhcpcd"