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/wsfontload | |
parent | 0f67343c3b917a24f4b111f77d31a417012682f2 (diff) |
Build on zaurus too, (all arm)
Diffstat (limited to 'usr.sbin/wsfontload')
-rw-r--r-- | usr.sbin/wsfontload/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |