2002-03-17 08:41:58 +03:00
|
|
|
# $NetBSD: Makefile,v 1.7 2002/03/17 05:41:58 gmcgarry Exp $
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2002-02-10 04:22:54 +03:00
|
|
|
|
2002-03-15 09:40:42 +03:00
|
|
|
SUBDIR= ramdisk .WAIT instkernel
|
2002-02-13 09:07:15 +03:00
|
|
|
|
|
|
|
TARGETS+=release
|
2002-02-10 04:22:54 +03:00
|
|
|
|
2002-03-17 08:41:58 +03:00
|
|
|
release: check_RELEASEDIR
|
|
|
|
${INSTALL} ${PRESERVE} ${COPY} -m ${NONBINMODE} \
|
|
|
|
HP-IB.geometry ${RELEASEDIR}/installation/miniroot/
|
|
|
|
|
2002-02-10 04:22:54 +03:00
|
|
|
.include <bsd.subdir.mk>
|