summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/disklabel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile
index 0c71f15a09e..9013930001b 100644
--- a/sbin/disklabel/Makefile
+++ b/sbin/disklabel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.45 2007/06/17 00:32:21 deraadt Exp $
+# $OpenBSD: Makefile,v 1.46 2007/06/18 07:37:24 deraadt Exp $
PROG= disklabel
SRCS= disklabel.c dkcksum.c editor.c manual.c
@@ -43,7 +43,7 @@ CFLAGS+= -DNUMBOOT=1
.endif
.if (${MACHINE} == "landisk")
-CFLAGS+= NUMBOOT=1 -DDOSLABEL
+CFLAGS+= -DNUMBOOT=1 -DDOSLABEL
CFLAGS+= -DSEEALSO="\"fdisk(8)\""
.endif