summaryrefslogtreecommitdiff
path: root/distrib/special/pdisk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/special/pdisk/Makefile')
-rw-r--r--distrib/special/pdisk/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/distrib/special/pdisk/Makefile b/distrib/special/pdisk/Makefile
index 9e8913e593d..7c7f0d45799 100644
--- a/distrib/special/pdisk/Makefile
+++ b/distrib/special/pdisk/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.10 2016/01/27 14:19:59 krw Exp $
+# $Id: Makefile,v 1.11 2023/08/14 08:56:21 kn Exp $
.if ${MACHINE} == "macppc"
PROG= pdisk
@@ -12,8 +12,5 @@ SRCS= dump.c file_media.c io.c partition_map.c pdisk.c
NOPROG=yes
.endif
-MAN= pdisk.8
-MANSUBDIR=macppc
-
.PATH: ${.CURDIR}/../../../sbin/pdisk
.include <bsd.prog.mk>