diff options
Diffstat (limited to 'sys/arch/i386/stand/boot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 5 |
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 |