diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-04-17 05:11:11 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-04-17 05:11:11 +0000 |
commit | 608a83f203fec9a1bfc198e92a80d15625fdd071 (patch) | |
tree | 44e00a3a5085e11cd43cd6fabaf6ce48ef97ac30 /sbin | |
parent | f4da34146408703c0a96714b9c456d479528d47c (diff) |
Match quoting on this...
Diffstat (limited to 'sbin')
-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 2c6ea886f01..fefe542b69d 100644 --- a/sbin/pdisk/Makefile +++ b/sbin/pdisk/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.2 2001/04/17 05:09:22 drahn Exp $ +# $Id: Makefile,v 1.3 2001/04/17 05:11:10 drahn Exp $ -.if ${MACHINE} == "powerpc +.if ${MACHINE} == "powerpc" PROG= pdisk SRCS= pdisk.c dump.c partition_map.c convert.c io.c errors.c bitfield.c \ |