NetBSD/distrib/sun2/ramdisk/Makefile

37 lines
988 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 2003/12/13 22:06:23 chs Exp $
2001-05-18 04:16:36 +04:00
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
.include <bsd.kernobj.mk>
IMAGE= ramdisk.fs
IMAGESIZE= 500k
MAKEFS_FLAGS= -f 15 -o minfree=0,optimization=space,density=2048
WARNS= 1
DBG= -Os
CRUNCHBIN= rd_bin
LISTS= ${.CURDIR}/list
MTREECONF= ${.CURDIR}/mtree.conf
IMAGEENDIAN= be
2003-10-29 14:50:53 +03:00
MAKEDEVTARGETS= std md0 cd0 st0 st1 sd0 sd1 sd2 xd0 xy0
IMAGEDEPENDS= ${CRUNCHBIN} \
disktab fstab passwd protocols services sshrc welcome \
${NETBSDSRCDIR}/etc/netconfig
MDSETTARGETS= RAMDISK ramdisk.fs -
MDSET_RELEASEDIR= binary/kernel
2001-05-18 04:16:36 +04:00
# Use stubs to eliminate some large stuff from libc
HACKSRC= ${DISTRIBDIR}/utils/libhack
.include "${HACKSRC}/Makefile.inc"
${CRUNCHBIN}: libhack.o
2001-05-18 04:16:36 +04:00
.include "${DISTRIBDIR}/common/Makefile.crunch"
.include "${DISTRIBDIR}/common/Makefile.makedev"
.include "${DISTRIBDIR}/common/Makefile.image"
.include "${DISTRIBDIR}/common/Makefile.mdset"
.include <bsd.prog.mk>