summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-24 07:54:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-02-24 07:54:39 +0000
commit79b34d4ed14dce948fb802b56f8ce2a4fb3f3a61 (patch)
tree02761e50e2f581f516832660300b7361fad0e6d1 /sys/arch/i386/stand
parentbb9d9b4d07fd3cc4455409c442f184f9c545366c (diff)
MNLINK boot.conf(8)
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}/..