summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/boot/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-02 21:18:14 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-09-02 21:18:14 +0000
commit20c40336033570f8888191a39ec224e683de25b8 (patch)
tree41bb7801ed9ed95645b0bd0c98ac2790c3f9e7bb /sys/arch/i386/stand/boot/Makefile
parentd16bbeccd00588ef047cda7cc81a4e93c6bf8236 (diff)
completely disable network support
Diffstat (limited to 'sys/arch/i386/stand/boot/Makefile')
-rw-r--r--sys/arch/i386/stand/boot/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index 1ae0b63b0d9..4791a6a0b4d 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 1997/08/22 20:16:27 mickey Exp $
+# $OpenBSD: Makefile,v 1.12 1997/09/02 21:18:12 mickey Exp $
PROG= boot
SRCS= srt0.S boot.c cmd.c conf.c
@@ -35,6 +35,3 @@ ${PROG}: $(OBJS) $(DPADD)
CPPFLAGS+=-DBOOTMAGIC=$(BOOTMAGIC) ${DEBUGFLAGS}
CFLAGS+=$(SACFLAGS)
-.ifdef NO_NET
-CPPFLAGS+=-DNO_NET
-.endif