diff options
Diffstat (limited to 'sys/arch/i386/stand/boot')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index b38e8e7adc1..1ae0b63b0d9 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.10 1997/08/13 04:03:29 mickey Exp $ +# $OpenBSD: Makefile,v 1.11 1997/08/22 20:16:27 mickey Exp $ PROG= boot -SRCS= srt0.S boot.c cmd.c kentry.c conf.c +SRCS= srt0.S boot.c cmd.c conf.c #AFLAGS+=-Wa,-R # AFLAGS+=-Wa,-a LD=ld |