diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-20 22:51:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-20 22:51:33 +0000 |
commit | ae146005e556bd076357065f2dc358efdaae090d (patch) | |
tree | 9d3f190a143ca81aa6733550043773fb5be7fe0e /sbin | |
parent | 3058d0b4a8a7b08134b07f4ea7665da08fac3bb7 (diff) |
Build pdisk for mac68k as well.
Diffstat (limited to 'sbin')
-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> |