diff options
Diffstat (limited to 'usr.sbin/wsfontload/Makefile')
-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 |