diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-13 19:32:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-13 19:32:02 +0000 |
commit | ea1fc67680b510455f38eb99e0c1a29b2708f0f8 (patch) | |
tree | 0ba91193f4e8aabcb50699d11f83a53db6fb45d5 /sbin/disklabel/Makefile | |
parent | 88bea67e342c280a29a19d1035a21689e26cca8c (diff) |
be aware of zaurus
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 c81e68e1934..0ea28555772 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2004/11/06 20:03:08 otto Exp $ +# $OpenBSD: Makefile,v 1.36 2005/01/13 19:32:01 deraadt Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -27,7 +27,7 @@ manual.c: disklabel.cat8 CFLAGS+= -DSEEALSO="\"fdisk(8), installboot(8)\"" .endif -.if (${MACHINE} == "cats") +.if (${MACHINE} == "cats") || (${MACHINE} == "zaurus") CFLAGS+= -DSEEALSO="\"fdisk(8)\"" .endif |