NetBSD/distrib/newsmips/floppies/ramdisk/Makefile
tsutsui ba21baeee2 - Use new common ramdisk build method.
- Add sysinst, and remove some binaries from list (for now).
2002-03-16 15:54:08 +00:00

47 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2002/03/16 15:54:08 tsutsui Exp $
.include "${.CURDIR}/../../../Makefile.inc"
.include <bsd.own.mk>
IMAGE= ramdisk.fs
IMAGESIZE= 2048k
WARNS= 1
CRUNCHBIN= ramdiskbin
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGEENDIAN= be
MAKEDEVTARGETS= floppy
PARSELISTENV= PWD_MKDB=${PWD_MKDB:Q}
IMAGEDEPENDS= ${CRUNCHBIN} \
dot.profile termcap.src \
${DESTDIR}/usr/mdec/installboot \
${DESTDIR}/usr/mdec/boot \
${DESTDIR}/usr/mdec/bootxx \
${_SRC_TOP_}/etc/group \
${_SRC_TOP_}/etc/master.passwd \
${_SRC_TOP_}/etc/netconfig \
${_SRC_TOP_}/etc/protocols \
${_SRC_TOP_}/etc/services
realall: ${IMAGE}
release:
# Use stubs to eliminate some large stuff from libc
HACKSRC=${DISTRIBDIR}/utils/libhack
.include "${HACKSRC}/Makefile.inc"
# Turn off libhack's gethostby*() as it only supports /etc/hosts
HACKOBJS:= ${HACKOBJS:Ngethost.o}
# This is listed in "list" file but is built here.
${CRUNCHBIN}: libhack.o
.include "${DISTRIBDIR}/common/Makefile.crunch"
.include "${DISTRIBDIR}/common/Makefile.makedev"
.include "${DISTRIBDIR}/common/Makefile.image"
.include <bsd.prog.mk>