Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/distrib/x68k/floppies Pull up revision 1.6 (via patch, ...



details:   https://anonhg.NetBSD.org/src/rev/bcd005511cc3
branches:  netbsd-1-4
changeset: 470771:bcd005511cc3
user:      he <he%NetBSD.org@localhost>
date:      Sun Jul 09 21:44:08 2000 +0000

description:
Pull up revision 1.6 (via patch, requested by minoura):
  Automatically descend to the distrib dir in ``make release''.

diffstat:

 distrib/x68k/floppies/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r c52a69bc18c2 -r bcd005511cc3 distrib/x68k/floppies/Makefile
--- a/distrib/x68k/floppies/Makefile    Sun Jul 09 21:35:39 2000 +0000
+++ b/distrib/x68k/floppies/Makefile    Sun Jul 09 21:44:08 2000 +0000
@@ -1,5 +1,9 @@
-#      $NetBSD: Makefile,v 1.4 1997/10/19 15:38:34 oki Exp $
+#      $NetBSD: Makefile,v 1.4.4.1 2000/07/09 21:44:08 he Exp $
 
 SUBDIR= ramdisk bootfloppy
 
+.PHONY: release
+
+TARGETS+=      release
+
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index