summaryrefslogtreecommitdiff
path: root/sbin/disklabel/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-16 17:32:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-06-16 17:32:14 +0000
commit67cb5a49abe4205a8c52bd6b01c994e7fe53e666 (patch)
treee93b7532d2d00931dbf358e4a6f5ff54c36d8044 /sbin/disklabel/Makefile
parent94c5c6fe6d09d1dd819b56c22afe236b12437f49 (diff)
OK, landisk needs NUMBOOT=1
Diffstat (limited to 'sbin/disklabel/Makefile')
-rw-r--r--sbin/disklabel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile
index c4ed113b29b..2171bc7f567 100644
--- a/sbin/disklabel/Makefile
+++ b/sbin/disklabel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.43 2007/06/16 17:24:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.44 2007/06/16 17:32:13 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+= -DDOSLABEL
+CFLAGS+= NUMBOOT=1 -DDOSLABEL
CFLAGS+= -DSEEALSO="\"fdisk(8)\""
.endif