Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/libsa Exclude N/W code.



details:   https://anonhg.NetBSD.org/src/rev/109c72123326
branches:  trunk
changeset: 515582:109c72123326
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sat Sep 29 03:44:04 2001 +0000

description:
Exclude N/W code.

diffstat:

 sys/arch/x68k/stand/libsa/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2f17a255853b -r 109c72123326 sys/arch/x68k/stand/libsa/Makefile
--- a/sys/arch/x68k/stand/libsa/Makefile        Sat Sep 29 02:16:21 2001 +0000
+++ b/sys/arch/x68k/stand/libsa/Makefile        Sat Sep 29 03:44:04 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2001/09/28 15:19:33 minoura Exp $
+#      $NetBSD: Makefile,v 1.4 2001/09/29 03:44:04 minoura Exp $
 
 S=             ${.CURDIR}/../../../..
 LIBSADIR=      $S/lib/libsa
@@ -15,8 +15,8 @@
 SRCS+=         open.c read.c stat.c
 SRCS+=         loadfile.c
 SRCS+=         cd9660.c lfs.c nfs.c ufs.c ustarfs.c
-SRCS+=         arp.c ether.c in_cksum.c net.c netif.c rpc.c udp.c
-SRCS+=         bootp.c
+#SRCS+=                arp.c ether.c in_cksum.c net.c netif.c rpc.c udp.c
+#SRCS+=                bootp.c
 
 SRCS+=         ashldi3.c ashrdi3.c strcat.c strchr.c strcmp.c strncmp.c strcpy.c strerror.c strlen.c
 



Home | Main Index | Thread Index | Old Index