Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/sparc/stand/boot Apply patch (requested by tod...



details:   https://anonhg.NetBSD.org/src/rev/8e5de3a1cd0c
branches:  netbsd-1-4
changeset: 470438:8e5de3a1cd0c
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 28 20:00:46 2000 +0000

description:
Apply patch (requested by toddpw):
  Add an include target so that ``make build'' works.

diffstat:

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

diffs (17 lines):

diff -r 7f41e717b933 -r 8e5de3a1cd0c sys/arch/sparc/stand/boot/Makefile
--- a/sys/arch/sparc/stand/boot/Makefile        Mon Feb 28 19:52:33 2000 +0000
+++ b/sys/arch/sparc/stand/boot/Makefile        Mon Feb 28 20:00:46 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11.2.2 2000/02/28 19:01:15 he Exp $
+#      $NetBSD: Makefile,v 1.11.2.3 2000/02/28 20:00:46 he Exp $
 
 PROG=          boot
 PROGSOURCE=    boot.c net.c netif_sun.c conf.c openfirm.c vers.c
@@ -48,5 +48,7 @@
 cleanprog:
        rm -f ${OBJS} ${CLEANFILES}
 
+includes:
+
 .include <bsd.files.mk>
 .include <bsd.links.mk>



Home | Main Index | Thread Index | Old Index