From 1c87009f16f4c64ad62b174cf1ca73a67c23496e Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 18 Jun 2007 07:37:25 +0000 Subject: typo --- sbin/disklabel/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3