Sync usage with man page.
[netbsd-mini2440.git] / distrib / ibmnws / netboot / kernel / Makefile
blob92cc2db9360dd12dd36a242e58f15bd3393d2015
1 # $NetBSD$
3 .include <bsd.own.mk>
4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
6 NCDCS = ${TOOLDIR}/bin/${_TOOL_PREFIX}ibmnws-ncdcs
8 RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
9 RAMDISK= ${RAMDISKDIR}/ramdisk.fs
11 MDSETTARGETS= GENERIC ${RAMDISK} -
12 MDSET_RELEASEDIR= binary/kernel
14 MDSET_POST.- = \
15 ${NCDCS} ${.TARGET} ${.TARGET}.1000
17 .include "${DISTRIBDIR}/common/Makefile.mdset"
19 .include <bsd.prog.mk>