Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/x68k/floppies/inst Pull up revision 1.6 (reques...



details:   https://anonhg.NetBSD.org/src/rev/77a025803b64
branches:  netbsd-1-5
changeset: 491286:77a025803b64
user:      he <he%NetBSD.org@localhost>
date:      Sat Apr 21 20:52:56 2001 +0000

description:
Pull up revision 1.6 (requested by minoura):
  Do not use bsd.prog.mk.

diffstat:

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

diffs (26 lines):

diff -r 3aef0b06f450 -r 77a025803b64 distrib/x68k/floppies/inst/Makefile
--- a/distrib/x68k/floppies/inst/Makefile       Sat Apr 21 20:40:40 2001 +0000
+++ b/distrib/x68k/floppies/inst/Makefile       Sat Apr 21 20:52:56 2001 +0000
@@ -1,8 +1,12 @@
-#      $NetBSD: Makefile,v 1.5.2.3 2001/03/16 19:23:16 he Exp $
+#      $NetBSD: Makefile,v 1.5.2.4 2001/04/21 20:52:56 he Exp $
 
-PROG=  inst.fs.gz
-SRCS=
-MKMAN= no
+.include <bsd.own.mk>
+.include <bsd.obj.mk>
+.include <bsd.depall.mk>
+.MAIN: all
+
+realall: inst.fs.gz
+all: realall
 
 RAMDISKDIR!=   cd ${.CURDIR}/../ramdisk.sysinst ; make print-objdir
 
@@ -20,5 +24,3 @@
 release:
        -mkdir -p ${RELEASEDIR}/installation/floppy
        cp -p inst.fs inst.fs.gz ${RELEASEDIR}/installation/floppy
-
-.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index