diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-09 22:23:42 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-03-09 22:23:42 +0000 |
commit | 2e1581ec8b742194f10b8bf85b6a79cf85affce0 (patch) | |
tree | 784e783da181350736180595fac95199c238cad7 | |
parent | f2bfe14a14bb53fdfcc83383e803daf899d1b22e (diff) |
Correct MANSUBDIR (not enabled during build, though)
-rw-r--r-- | sys/arch/mvmeppc/stand/installboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/stand/installboot/Makefile b/sys/arch/mvmeppc/stand/installboot/Makefile index d13f574cd03..8747e5849f2 100644 --- a/sys/arch/mvmeppc/stand/installboot/Makefile +++ b/sys/arch/mvmeppc/stand/installboot/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2001/06/26 21:58:03 smurph Exp $ +# $OpenBSD: Makefile,v 1.2 2004/03/09 22:23:41 miod Exp $ .if ${MACHINE} == "mvmeppc" PROG= installboot MAN= installboot.8 -MANSUBDIR=/mvme88k +MANSUBDIR=/mvmeppc BINDIR=/usr/mdec DPADD=${LIBUTIL} |