2002-04-13 08:14:21 +04:00
|
|
|
# $NetBSD: Makefile,v 1.24 2002/04/13 04:14:21 tv Exp $
|
2002-03-05 23:41:28 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2002-04-11 19:46:33 +04:00
|
|
|
.include "${_SRC_TOP_}/distrib/Makefile.inc"
|
1999-03-26 11:34:36 +03:00
|
|
|
|
|
|
|
IMAGE= ramdisk.fs
|
2002-03-23 19:38:50 +03:00
|
|
|
IMAGESIZE= 2048k
|
2002-04-01 16:16:11 +04:00
|
|
|
MAKEFS_FLAGS= -f 15
|
2002-03-23 19:38:50 +03:00
|
|
|
|
|
|
|
WARNS= 1
|
2002-04-06 22:16:09 +04:00
|
|
|
DBG= -Os
|
2002-03-23 19:38:50 +03:00
|
|
|
|
|
|
|
CRUNCHBIN= ramdiskbin
|
|
|
|
LISTS= ${.CURDIR}/list ${DISTRIBDIR}/common/list.sysinst
|
|
|
|
MTREECONF= ${DISTRIBDIR}/common/mtree.common
|
|
|
|
IMAGEENDIAN= be
|
|
|
|
MAKEDEVTARGETS= raminst
|
|
|
|
IMAGEDEPENDS= ${CRUNCHBIN} \
|
2002-03-28 05:57:29 +03:00
|
|
|
disktab.preinstall dot.hdprofile dot.profile \
|
2002-04-13 08:14:21 +04:00
|
|
|
${DISTRIBDIR}/mac68k/miniroot/termcap \
|
2002-03-28 05:57:29 +03:00
|
|
|
${_SRC_TOP_}/etc/group ${_SRC_TOP_}/etc/master.passwd \
|
|
|
|
${_SRC_TOP_}/etc/netconfig ${_SRC_TOP_}/etc/protocols \
|
2002-03-23 19:38:50 +03:00
|
|
|
${_SRC_TOP_}/etc/services
|
|
|
|
|
2002-03-28 07:33:21 +03:00
|
|
|
.ifndef NOTESOBJDIR
|
|
|
|
NOTESOBJDIR!= cd ${DISTRIBDIR}/notes/mac68k && ${PRINTOBJDIR}
|
|
|
|
.endif
|
|
|
|
IMAGEDEPENDS+= ${NOTESOBJDIR}/INSTALL.more
|
|
|
|
PARSELISTENV= NOTESOBJDIR=${NOTESOBJDIR}
|
1999-12-17 23:48:06 +03:00
|
|
|
|
2002-03-23 19:38:50 +03:00
|
|
|
# Use stubs to eliminate some large stuff from libc
|
2002-03-28 07:33:21 +03:00
|
|
|
HACKSRC= ${DISTRIBDIR}/utils/libhack
|
|
|
|
.include "${HACKSRC}/Makefile.inc"
|
|
|
|
${CRUNCHBIN}: libhack.o
|
2002-03-23 19:38:50 +03:00
|
|
|
|
|
|
|
|
2002-03-28 07:33:21 +03:00
|
|
|
realall: ${IMAGE}
|
|
|
|
|
|
|
|
release:
|
2002-03-23 19:38:50 +03:00
|
|
|
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.crunch"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.makedev"
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.image"
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|