NetBSD/distrib/hp300/Makefile

14 lines
300 B
Makefile
Raw Normal View History

2002-04-11 12:49:48 +04:00
# $NetBSD: Makefile,v 1.9 2002/04/11 08:49:48 lukem Exp $
.include <bsd.own.mk>
2002-04-11 12:49:48 +04:00
.include "${_SRC_TOP_}/distrib/Makefile.inc"
2002-04-11 09:20:22 +04:00
SUBDIR= ramdisk .WAIT instkernel
2002-04-11 09:20:22 +04:00
TARGETS+= release
release: check_RELEASEDIR
2002-04-11 12:49:48 +04:00
${RELINSTALL} HP-IB.geometry ${RELEASEDIR}/installation/miniroot/
.include <bsd.subdir.mk>