NetBSD/distrib/cats/instkernel/Makefile

17 lines
447 B
Makefile
Raw Normal View History

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