diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-09 13:27:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-08-09 13:27:46 +0000 |
commit | a4443e343023c9501c26bd465dd5f0ab0904162f (patch) | |
tree | 1ed05280fe8258aa7220a1ca3775346b6ce6ed2d /sys/arch/mvme88k | |
parent | 8b99c5504970d90d4e2c21a1799e5284743cb3c5 (diff) |
Always install the installboot manual page.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/stand/installboot/Makefile | 8 |
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 |