make snap_md_post do the right thing.

This commit is contained in:
matt 2000-05-31 21:51:27 +00:00
parent ce0c35cb45
commit 3586ef00b3
2 changed files with 22 additions and 2 deletions

View File

@ -1,5 +1,24 @@
# $NetBSD: Makefile,v 1.4 2000/05/23 18:36:04 matt Exp $
# $NetBSD: Makefile,v 1.5 2000/05/31 21:51:27 matt Exp $
.include <bsd.own.mk> # Use /etc/mk.conf.
ITARGET= ${RELEASEDIR}/installation
IINST= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} \
-o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE}
SUBDIR= ramdisk ramdisk-kernel #inst tk50 rx50 rx33
.include <bsd.subdir.mk>
.ifndef RELEASEDIR
release:
@echo setenv RELEASEDIR first
@false
.else
INSTKERNOBJ != cd ramdisk-kernel; make print-objdir
BOOTOBJ != cd ${.CURDIR}/../../sys/arch/vax/boot/boot; make print-objdir
release:
${IINST} ${BOOTOBJ}/boot.mop ${ITARGET}/netboot/
${IINST} ${INSTKERNOBJ}/netbsd.INSTALL.gz ${ITARGET}/netboot/netbsd.ram.gz
.endif

View File

@ -1,5 +1,6 @@
# $NetBSD: Makefile.inc,v 1.6 2000/05/18 02:12:45 matt Exp $
# $NetBSD: Makefile.inc,v 1.7 2000/05/31 21:51:27 matt Exp $
.include "../../Makefile.inc"
.include <bsd.own.mk>
REV!=sh ${.CURDIR}/../../..//sys/conf/osrelease.sh -s