NetBSD/distrib/vax/Makefile

25 lines
672 B
Makefile
Raw Normal View History

2000-09-12 20:06:55 +04:00
# $NetBSD: Makefile,v 1.7 2000/09/12 16:06:55 matt Exp $
2000-06-01 01:51:27 +04:00
.include <bsd.own.mk> # Use /etc/mk.conf.
ITARGET= ${RELEASEDIR}/installation
IINST= ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} \
-o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE}
1995-10-02 00:22:13 +03:00
2000-05-23 22:36:04 +04:00
SUBDIR= ramdisk ramdisk-kernel #inst tk50 rx50 rx33
1995-10-02 00:22:13 +03:00
.include <bsd.subdir.mk>
2000-06-01 01:51:27 +04:00
.ifndef RELEASEDIR
release:
@echo setenv RELEASEDIR first
@false
.else
2000-09-12 20:06:55 +04:00
INSTKERNOBJ != cd ${.CURDIR}/ramdisk-kernel; ${MAKE} print-objdir
2000-08-31 03:51:46 +04:00
BOOTOBJ != cd ${.CURDIR}/../../sys/arch/vax/boot/boot; ${MAKE} print-objdir
2000-06-01 01:51:27 +04:00
release:
${IINST} ${BOOTOBJ}/boot.mop ${ITARGET}/netboot/
${IINST} ${INSTKERNOBJ}/netbsd.INSTALL.gz ${ITARGET}/netboot/netbsd.ram.gz
.endif