diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-13 21:14:16 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-13 21:14:16 +0000 |
commit | ac7c5001f2c1dc8769baab1a55af1f57d0da74b6 (patch) | |
tree | 09096d21f74b541b59a3f248f463c6cc48d28099 /sbin | |
parent | 7b5a87071d61fd26a909e7e9dfdb5ee0f3349450 (diff) |
Make socppc on par with macppc for now.
Diffstat (limited to 'sbin')
-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 bd61265f5dd..20c33fa8491 100644 --- a/sbin/disklabel/Makefile +++ b/sbin/disklabel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.47 2007/08/01 21:34:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.48 2008/05/13 21:14:15 miod Exp $ PROG= disklabel SRCS= disklabel.c dkcksum.c editor.c manual.c @@ -47,7 +47,7 @@ CFLAGS+= -DNUMBOOT=1 -DDOSLABEL CFLAGS+= -DSEEALSO="\"fdisk(8)\"" .endif -.if (${MACHINE} == "macppc") +.if (${MACHINE} == "macppc" || ${MACHINE} == "socppc") CFLAGS+= -DDOSLABEL CFLAGS+= -DSEEALSO="\"fdisk(8)\"" .endif |