summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-03-09 22:23:41 +0000
committermiod <miod@openbsd.org>2004-03-09 22:23:41 +0000
commit10a5b7e8e64d563fc24fd2d4974e77562f0a5aae (patch)
treeac0d9d91f98739de2eabffadb048becd74fd36c1
parentMerge tsc and tsp, it makes no sense to scatter almost the same information. (diff)
downloadwireguard-openbsd-10a5b7e8e64d563fc24fd2d4974e77562f0a5aae.tar.xz
wireguard-openbsd-10a5b7e8e64d563fc24fd2d4974e77562f0a5aae.zip
Correct MANSUBDIR (not enabled during build, though)
-rw-r--r--sys/arch/mvmeppc/stand/installboot/Makefile4
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}