Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun3/stand/netboot Make targets proper so this buil...



details:   https://anonhg.NetBSD.org/src/rev/18b0fbcfcd31
branches:  trunk
changeset: 503261:18b0fbcfcd31
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Feb 04 08:57:52 2001 +0000

description:
Make targets proper so this builds both as a make with no args, make all
or make dependall (without the latter snapshot builds break).

Also, add udp.c into the SRCS list. rpc.c calls routines from it.

diffstat:

 sys/arch/sun3/stand/netboot/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r f9b0832641e7 -r 18b0fbcfcd31 sys/arch/sun3/stand/netboot/Makefile
--- a/sys/arch/sun3/stand/netboot/Makefile      Sun Feb 04 08:57:21 2001 +0000
+++ b/sys/arch/sun3/stand/netboot/Makefile      Sun Feb 04 08:57:52 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2000/07/16 21:56:14 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.12 2001/02/04 08:57:52 jmc Exp $
 
 SA_PROG= netboot
 
@@ -6,9 +6,11 @@
 SRCS= conf.c
 
 # Build these locally
-SRCS+= dev_net.c bootparam.c globals.c nfs.c rpc.c
+SRCS+= dev_net.c bootparam.c globals.c nfs.c rpc.c udp.c
 
-all:   ${SA_PROG}.bin
+PROG=  ${SA_PROG} ${SA_PROG}.bin
+MKMAN= no
+NOMAN= yes
 
 .include <bsd.prog.mk>
 



Home | Main Index | Thread Index | Old Index