2002-04-11 19:34:52 +04:00
|
|
|
# $NetBSD: Makefile,v 1.3 2002/04/11 15:34:57 lukem Exp $
|
2002-03-24 21:08:18 +03:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2002-04-11 19:34:52 +04:00
|
|
|
.include "${_SRC_TOP_}/distrib/Makefile.inc"
|
2002-03-24 21:08:18 +03:00
|
|
|
|
2002-04-11 19:34:52 +04:00
|
|
|
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
|
|
|
|
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
|
|
|
|
TARGETS= RAMDISK ${RAMDISK}
|
2002-03-24 21:08:18 +03:00
|
|
|
|
2002-04-11 19:34:52 +04:00
|
|
|
MDSETDIR= installation/tapeimage
|
2002-03-24 21:08:18 +03:00
|
|
|
|
2002-04-11 19:34:52 +04:00
|
|
|
.include "${DISTRIBDIR}/common/Makefile.mdset"
|