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 Pull up revision 1.18 (reques...



details:   https://anonhg.NetBSD.org/src/rev/88e7f23ba109
branches:  netbsd-1-4
changeset: 470430:88e7f23ba109
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 28 19:01:15 2000 +0000

description:
Pull up revision 1.18 (requested by pk):
  Make sure ``make obj'' works.

diffstat:

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

diffs (17 lines):

diff -r 6db694ff84b5 -r 88e7f23ba109 sys/arch/sparc/stand/boot/Makefile
--- a/sys/arch/sparc/stand/boot/Makefile        Mon Feb 28 18:58:33 2000 +0000
+++ b/sys/arch/sparc/stand/boot/Makefile        Mon Feb 28 19:01:15 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11.2.1 2000/02/22 23:06:31 he Exp $
+#      $NetBSD: Makefile,v 1.11.2.2 2000/02/28 19:01:15 he Exp $
 
 PROG=          boot
 PROGSOURCE=    boot.c net.c netif_sun.c conf.c openfirm.c vers.c
@@ -15,6 +15,7 @@
 .include "${.CURDIR}/../Makefile.inc"
 .endif
 .include <bsd.own.mk>
+.include <bsd.obj.mk>
 
 OBJS=${SRCS:N*.h:N*.sh:N*.fth:R:S/$/.o/g}
 



Home | Main Index | Thread Index | Old Index