summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2001-04-17 05:11:10 +0000
committerdrahn <drahn@openbsd.org>2001-04-17 05:11:10 +0000
commita4ed2d64ce09618e6e8615294a0b09c35fba5787 (patch)
tree53a44887576b17cc8584afc42c3e1afb7466ee70
parentAdd pdisk to list of programs to build for powerpc, all other archs (diff)
downloadwireguard-openbsd-a4ed2d64ce09618e6e8615294a0b09c35fba5787.tar.xz
wireguard-openbsd-a4ed2d64ce09618e6e8615294a0b09c35fba5787.zip
Match quoting on this...
-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 \