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