diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-22 20:16:28 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-22 20:16:28 +0000 |
commit | f5345d052200a38ee3518265ffa85c589dfb19d7 (patch) | |
tree | eed10a2b54cfde2ca4df1fa1a31374436c08a72c /sys/arch | |
parent | 9bafbb8c0e01271d65317e5451ad59124014b8c2 (diff) |
no kentry for a while
Diffstat (limited to 'sys/arch')
-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 |