diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-13 19:03:57 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-13 19:03:57 +0000 |
commit | 9baaa89847fb53ec5b8efb870aa00fadf95d030c (patch) | |
tree | bb3e25f9f0f027fa1122402f0d81bbdce9696739 /usr.sbin | |
parent | 0f67343c3b917a24f4b111f77d31a417012682f2 (diff) |
Build on zaurus too, (all arm)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 4 | ||||
-rw-r--r-- | usr.sbin/wsfontload/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 57fe22c5658..ac2272d4226 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.16 2004/08/07 01:05:24 deraadt Exp $ +# $OpenBSD: Makefile,v 1.17 2005/01/13 19:03:56 drahn Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "cats" || ${MACHINE} == "hppa" || \ + ${MACHINE_ARCH} == "arm" || ${MACHINE} == "hppa" || \ ${MACHINE} == "i386" || ${MACHINE} == "luna88k" || \ ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "sgi" diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile index cb0c266e3a2..a1fba561e35 100644 --- a/usr.sbin/wsfontload/Makefile +++ b/usr.sbin/wsfontload/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2004/01/29 02:55:48 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2005/01/13 19:03:56 drahn Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "cats" + ${MACHINE_ARCH} == "arm" PROG= wsfontload SRCS= wsfontload.c |