diff options
-rw-r--r-- | distrib/special/disklabel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/disklabel/Makefile b/distrib/special/disklabel/Makefile index 02bef2be05d..1be58df379f 100644 --- a/distrib/special/disklabel/Makefile +++ b/distrib/special/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2019/05/11 07:18:14 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2019/05/11 11:31:08 krw 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 |