diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-10-12 04:37:39 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-10-12 04:37:39 +0000 |
commit | 64c976816fc2e882b2de0df3a5c28d185ec2f1c7 (patch) | |
tree | f2cd236df2b8fba7a6fea3440b855b0fd9540f76 /sbin/disklabel | |
parent | 2ccd9a21485a2e6fa9f9cde4b34f039b38ca8ef9 (diff) |
Should be correct for landisk.
Diffstat (limited to 'sbin/disklabel')
-rw-r--r-- | sbin/disklabel/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile index 91342ac269c..c63eebf264a 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.41 2006/07/11 19:03:27 miod Exp $ +# $OpenBSD: Makefile,v 1.42 2006/10/12 04:37:38 drahn Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -42,6 +42,11 @@ CFLAGS+= -DSEEALSO="\"fdisk(8)\"" CFLAGS+= -DNUMBOOT=1 .endif +.if (${MACHINE} == "landisk") +CFLAGS+= -DNUMBOOT=1 -DDOSLABEL +CFLAGS+= -DSEEALSO="\"fdisk(8)\"" +.endif + .if (${MACHINE} == "macppc") CFLAGS+= -DDOSLABEL CFLAGS+= -DSEEALSO="\"fdisk(8)\"" |