diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index 4791a6a0b4d..26e66918800 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 1997/09/02 21:18:12 mickey Exp $ +# $OpenBSD: Makefile,v 1.13 1997/09/02 21:58:20 mickey Exp $ PROG= boot SRCS= srt0.S boot.c cmd.c conf.c @@ -6,7 +6,6 @@ SRCS= srt0.S boot.c cmd.c conf.c # AFLAGS+=-Wa,-a LD=ld LDFLAGS+=-nostdlib -Ttext $(LINKADDR) -z -x -Bstatic -INSTALL_STRIP= MAN= boot.8 S =${.CURDIR}/../../../.. SADIR= ${.CURDIR}/.. |