diff options
-rw-r--r-- | sbin/pdisk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/pdisk/Makefile b/sbin/pdisk/Makefile index 151c25d7444..974af177e7b 100644 --- a/sbin/pdisk/Makefile +++ b/sbin/pdisk/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.4 2001/09/01 16:21:16 drahn Exp $ +# $Id: Makefile,v 1.5 2002/04/20 22:51:32 miod Exp $ -.if ${MACHINE} == "macppc" +.if ${MACHINE} == "macppc" || ${MACHINE} == "mac68k" PROG= pdisk SRCS= pdisk.c dump.c partition_map.c convert.c io.c errors.c bitfield.c \ @@ -10,6 +10,6 @@ NOPROG=yes .endif MAN= pdisk.8 -MANSUBDIR=macppc +MANSUBDIR=macppc mac68k .include <bsd.prog.mk> |