diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-05-11 12:14:11 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-05-11 12:14:11 +0000 |
commit | 4969a2026ce4a6899fe85b73f21464c6b1e3580b (patch) | |
tree | 7ccc1a016d3bd1c11df560bc2194422f2c41410a /sbin | |
parent | a815465e1618f43482f053e2a81f1146ac08bdff (diff) |
Add missing )
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/disklabel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 784a93de233..f9f32dbb758 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.66 2019/05/11 07:18:15 deraadt Exp $ +# $OpenBSD: Makefile,v 1.67 2019/05/11 12:14:10 claudio Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -41,7 +41,7 @@ CFLAGS+= -DSEEALSO="\"fdisk(8)\"" CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" .endif -.if (${MACHINE} == "macppc" +.if (${MACHINE} == "macppc") CFLAGS+= -DSEEALSO="\"fdisk(8), pdisk(8)\"" .endif |