blob: 09a14db1e33c4d338ffdf8b8ad5f461beb92830e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2012/02/02 16:02:44 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL \
INSTALL_C700 ${RAMDISK} netbsd-INSTALL_C700
MDSET_RELEASEDIR= installation/kernel
MDSET_NOGZIP= # defined
MDSET_NOSTRIP= # defined
MDSET_NOSYMBOLS= # defined
.include "${DISTRIBDIR}/common/Makefile.mdset"
.include <bsd.prog.mk>
|