summaryrefslogtreecommitdiff
path: root/sbin/pdisk
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2012-06-20 18:34:00 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2012-06-20 18:34:00 +0000
commit94718d6078d78cdf18b21b6d0065367570344a9a (patch)
treed424170740a7f241cf80de0dcc17c5183628d720 /sbin/pdisk
parent7a91459ae1304f1aa12d33c0593eed1b91e4f754 (diff)
Delete some more SUBDIR += mac68k.
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>