diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-16 17:32:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-16 17:32:14 +0000 |
commit | 67cb5a49abe4205a8c52bd6b01c994e7fe53e666 (patch) | |
tree | e93b7532d2d00931dbf358e4a6f5ff54c36d8044 /sbin/disklabel/Makefile | |
parent | 94c5c6fe6d09d1dd819b56c22afe236b12437f49 (diff) |
OK, landisk needs NUMBOOT=1
Diffstat (limited to 'sbin/disklabel/Makefile')
-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 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 |