Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/stand/boot Make dependall work.



details:   https://anonhg.NetBSD.org/src/rev/b23d7fe0bcad
branches:  trunk
changeset: 483564:b23d7fe0bcad
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Mon Mar 13 03:25:20 2000 +0000

description:
Make dependall work.

diffstat:

 sys/arch/sparc/stand/boot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c7d26ea725dc -r b23d7fe0bcad sys/arch/sparc/stand/boot/Makefile
--- a/sys/arch/sparc/stand/boot/Makefile        Mon Mar 13 01:57:06 2000 +0000
+++ b/sys/arch/sparc/stand/boot/Makefile        Mon Mar 13 03:25:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2000/02/26 11:48:15 pk Exp $
+#      $NetBSD: Makefile,v 1.20 2000/03/13 03:25:20 mycroft Exp $
 
 STRIPFLAG=
 PROGSOURCE=    boot.c net.c netif_sun.c conf.c openfirm.c bootinfo.c vers.c
@@ -21,7 +21,7 @@
 LINKFLAGS=-N -e start
 
 .MAIN: all
-all: ${FILES}
+realall: ${FILES}
 
 
 vers.c:



Home | Main Index | Thread Index | Old Index