summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-04-17 05:11:11 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-04-17 05:11:11 +0000
commit608a83f203fec9a1bfc198e92a80d15625fdd071 (patch)
tree44e00a3a5085e11cd43cd6fabaf6ce48ef97ac30 /sbin
parentf4da34146408703c0a96714b9c456d479528d47c (diff)
Match quoting on this...
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pdisk/Makefile4
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 \