1 # $NetBSD: Makefile,v 1.1 2002/10/30 12:42:24 tsutsui Exp $
4 .
include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
6 RAMDISKDIR
!= cd
${.CURDIR
}/..
/ramdisk
&& ${PRINTOBJDIR}
7 RAMDISK
= ${RAMDISKDIR}/ramdisk.fs
9 MDSETTARGETS
= GENERIC_MD
${RAMDISK} -
10 MDSET_RELEASEDIR
= binary
/kernel
12 MDSET_SUFFIXES.
-= bin create-bin
13 create-bin
= ${OBJCOPY} -O binary
${.TARGET
:R
} ${.TARGET
}
15 .
include "${DISTRIBDIR}/common/Makefile.mdset"
17 .
include <bsd.prog.mk
>