8a59b02128
with references to ${DISTRIBB}/common/termcap. Hi, abs@!
37 lines
1.0 KiB
Makefile
37 lines
1.0 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2009/09/24 21:04:45 he Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
|
|
|
|
IMAGE= ramdisk.fs
|
|
IMAGESIZE= 2048k
|
|
MAKEFS_FLAGS= -f 15
|
|
|
|
WARNS= 1
|
|
DBG= -Os -mmultiple -mstring
|
|
|
|
CRUNCHBIN= ramdiskbin
|
|
CRUNCHGEN_FLAGS=-d "${DBG}"
|
|
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
|
|
MTREECONF= ${DISTRIBDIR}/common/mtree.common
|
|
IMAGEENDIAN= be
|
|
IMAGEDEPENDS= ${CRUNCHBIN} \
|
|
dot.profile ${DISTRIBDIR}/common/termcap \
|
|
${NETBSDSRCDIR}/etc/group ${NETBSDSRCDIR}/etc/master.passwd \
|
|
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
|
|
${DISTRIBDIR}/common/services
|
|
MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 pty0 ttyv0
|
|
|
|
# Use stubs to eliminate some large stuff from libc
|
|
HACKSRC= ${DISTRIBDIR}/utils/libhack
|
|
.include "${HACKSRC}/Makefile.inc"
|
|
${CRUNCHBIN}: libhack.o
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.crunch"
|
|
.include "${DISTRIBDIR}/common/Makefile.makedev"
|
|
.include "${DISTRIBDIR}/common/Makefile.image"
|
|
|
|
release:
|
|
|
|
.include <bsd.prog.mk>
|