summaryrefslogtreecommitdiff
path: root/sbin/pdisk
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pdisk')
-rw-r--r--sbin/pdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pdisk/Makefile b/sbin/pdisk/Makefile
index 234ce8b739d..1ad5f216668 100644
--- a/sbin/pdisk/Makefile
+++ b/sbin/pdisk/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 2010/05/25 19:01:32 deraadt Exp $
+# $Id: Makefile,v 1.10 2012/06/20 18:33:59 matthew Exp $
.if ${MACHINE} == "macppc" || ${MACHINE} == "mac68k"
PROG= pdisk
@@ -15,7 +15,7 @@ NOPROG=yes
.endif
MAN= pdisk.8
-MANSUBDIR=macppc mac68k
+MANSUBDIR=macppc
.include <bsd.prog.mk>