diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 07:37:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 07:37:25 +0000 |
commit | 1c87009f16f4c64ad62b174cf1ca73a67c23496e (patch) | |
tree | bfbfeb048079b6d8011a2ec7d8f84c5f7f68d531 | |
parent | 8d9e29cb04d18b74dc34daee7430454e6f601d1d (diff) |
typo
-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 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 |