Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/sun3 pullup 1.2->1.3 (gwr)
details: https://anonhg.NetBSD.org/src/rev/445c99d3af20
branches: netbsd-1-4
changeset: 468761:445c99d3af20
user: perry <perry%NetBSD.org@localhost>
date: Mon Jun 21 03:47:38 1999 +0000
description:
pullup 1.2->1.3 (gwr)
diffstat:
distrib/sun3/Makefile | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 75ba6ca7c7f0 -r 445c99d3af20 distrib/sun3/Makefile
--- a/distrib/sun3/Makefile Mon Jun 21 03:46:28 1999 +0000
+++ b/distrib/sun3/Makefile Mon Jun 21 03:47:38 1999 +0000
@@ -1,5 +1,16 @@
-# $NetBSD: Makefile,v 1.2 1995/10/12 21:16:53 gwr Exp $
+# $NetBSD: Makefile,v 1.2.8.1 1999/06/21 03:47:38 perry Exp $
+
+SUBDIR= ramdisk miniroot
+TARGETS= all release
-SUBDIR= miniroot ramdisk
+release:
+ -mkdir -p ${RELEASEDIR}/installation/netboot
+ cp -p ${DESTDIR}/usr/mdec/netboot \
+ ${RELEASEDIR}/installation/netboot/
+ -mkdir -p ${RELEASEDIR}/installation/tapeimage
+ cp -p ${DESTDIR}/usr/mdec/tapeboot \
+ ${RELEASEDIR}/installation/tapeimage/
+ cp -p MakeBootTape MakeInstTape \
+ ${RELEASEDIR}/installation/tapeimage/
.include <bsd.subdir.mk>
Home |
Main Index |
Thread Index |
Old Index