diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-06-20 18:45:45 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2012-06-20 18:45:45 +0000 |
commit | 71de5f7c91cfb5ed82e45b93d8f3d3a4fe9aa7f5 (patch) | |
tree | 00c93de855ad690bf83d3f68bc87db1f32b9b19a /sbin/pdisk/Makefile | |
parent | 8382e1bc1a2d9ee1dc20cd2c1f2678d066223719 (diff) |
more mac68k bits for the attic
Diffstat (limited to 'sbin/pdisk/Makefile')
-rw-r--r-- | sbin/pdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pdisk/Makefile b/sbin/pdisk/Makefile index 1ad5f216668..e332732fb66 100644 --- a/sbin/pdisk/Makefile +++ b/sbin/pdisk/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.10 2012/06/20 18:33:59 matthew Exp $ +# $Id: Makefile,v 1.11 2012/06/20 18:45:44 matthew Exp $ -.if ${MACHINE} == "macppc" || ${MACHINE} == "mac68k" +.if ${MACHINE} == "macppc" PROG= pdisk LDADD= -lutil DPADD= ${LIBUTIL} |