diff options
Diffstat (limited to 'sys/arch/alpha/stand/installboot/Makefile')
-rw-r--r-- | sys/arch/alpha/stand/installboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/installboot/Makefile b/sys/arch/alpha/stand/installboot/Makefile index 1b38840a675..3f86a336b79 100644 --- a/sys/arch/alpha/stand/installboot/Makefile +++ b/sys/arch/alpha/stand/installboot/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2001/06/22 14:07:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2003/07/19 00:03:51 david Exp $ # $NetBSD: Makefile,v 1.2 1996/11/06 23:09:13 cgd Exp $ .PATH: ${.CURDIR}/.. MAN= installboot.8 -MANSUBDIR=/alpha +MANSUBDIR=alpha .if ${MACHINE} == "alpha" PROG= installboot |