diff options
-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 90287ec7c96..dc84f616c39 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.15 1997/09/29 23:01:06 mickey Exp $ +# $OpenBSD: Makefile,v 1.16 1997/10/22 23:28:30 mickey Exp $ PROG= boot -SRCS= srt0.S boot.c cmd.c conf.c +SRCS= srt0.S boot.c cmd.c bootarg.c conf.c #AFLAGS+=-Wa,-R # AFLAGS+=-Wa,-a LD=ld |