2002-04-12 02:53:02 +04:00
|
|
|
# $NetBSD: Makefile,v 1.2 2002/04/11 22:53:02 lukem Exp $
|
2002-04-11 20:33:58 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.include "${_SRC_TOP_}/distrib/Makefile.inc"
|
|
|
|
|
2002-04-12 02:53:02 +04:00
|
|
|
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
|
|
|
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
|
|
|
TARGETS= INSTALL ${RAMDISK}
|
2002-04-11 20:33:58 +04:00
|
|
|
|
2002-04-12 02:53:02 +04:00
|
|
|
INSTALL.post= OBJCOPY=${OBJCOPY:Q} SIZE=${SIZE:Q} \
|
|
|
|
${KERNSRCDIR}/arch/arm/conf/elf2aout.sh \
|
|
|
|
netbsd.tmp netbsd.tmp
|
2002-04-11 20:33:58 +04:00
|
|
|
|
2002-04-12 02:53:02 +04:00
|
|
|
MDSETDIR= binary/kernel
|
2002-04-11 20:33:58 +04:00
|
|
|
|
2002-04-12 02:53:02 +04:00
|
|
|
.include "${DISTRIBDIR}/common/Makefile.mdset"
|