summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/stand')
-rw-r--r--sys/arch/i386/stand/boot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index dc84f616c39..b11978cadfe 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 1997/10/22 23:28:30 mickey Exp $
+# $OpenBSD: Makefile,v 1.17 1998/02/24 07:54:38 deraadt Exp $
PROG= boot
SRCS= srt0.S boot.c cmd.c bootarg.c conf.c
@@ -7,6 +7,7 @@ SRCS= srt0.S boot.c cmd.c bootarg.c conf.c
LD=ld
LDFLAGS+=-nostdlib -Ttext $(LINKADDR) -z -x -Bstatic
MAN= boot.8
+MLINKS= boot.8 boot.conf.8
S =${.CURDIR}/../../../..
SADIR= ${.CURDIR}/..