summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-08-09 13:27:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-08-09 13:27:46 +0000
commita4443e343023c9501c26bd465dd5f0ab0904162f (patch)
tree1ed05280fe8258aa7220a1ca3775346b6ce6ed2d /sys/arch/mvme88k
parent8b99c5504970d90d4e2c21a1799e5284743cb3c5 (diff)
Always install the installboot manual page.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/stand/installboot/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/stand/installboot/Makefile b/sys/arch/mvme88k/stand/installboot/Makefile
index 569cab3fac3..7f8502fec91 100644
--- a/sys/arch/mvme88k/stand/installboot/Makefile
+++ b/sys/arch/mvme88k/stand/installboot/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.5 2000/12/28 21:21:25 smurph Exp $
+# $OpenBSD: Makefile,v 1.6 2003/08/09 13:27:45 miod Exp $
-.if ${MACHINE} == "mvme88k"
-PROG= installboot
MAN= installboot.8
-MANSUBDIR=/mvme88k
+MANSUBDIR=mvme88k
+.if ${MACHINE} == "mvme88k"
+PROG= installboot
BINDIR=/usr/mdec
DPADD=${LIBUTIL}
LDADD=-lutil