diff options
author | 2008-05-13 21:14:15 +0000 | |
---|---|---|
committer | 2008-05-13 21:14:15 +0000 | |
commit | 41d3447e3ac78883859d0162c7d3fd98268c1f1a (patch) | |
tree | 0ae7d0c3b1a29b02e24ef0241994ad13e64f9d76 | |
parent | Build on socppc too. (diff) | |
download | wireguard-openbsd-41d3447e3ac78883859d0162c7d3fd98268c1f1a.tar.xz wireguard-openbsd-41d3447e3ac78883859d0162c7d3fd98268c1f1a.zip |
Make socppc on par with macppc for now.
-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 |