diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 02:55:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 02:55:49 +0000 |
commit | bbd830e945c31399044c4b49fd8e37030a31875d (patch) | |
tree | cb1fdc2527728a342c239972c7d6fc941058306d /usr.sbin/wsfontload | |
parent | 4bcfce8d2a962e517886ec25da01119c250d9d5e (diff) |
will be needed for cats too
Diffstat (limited to 'usr.sbin/wsfontload')
-rw-r--r-- | usr.sbin/wsfontload/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile index f6ea30f80f7..cb0c266e3a2 100644 --- a/usr.sbin/wsfontload/Makefile +++ b/usr.sbin/wsfontload/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 2004/01/28 17:43:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2004/01/29 02:55:48 deraadt Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ - ${MACHINE} == "alpha" || ${MACHINE} == "hppa" + ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ + ${MACHINE} == "cats" PROG= wsfontload SRCS= wsfontload.c @@ -13,6 +14,6 @@ NOPROG=yes .endif MAN= wsfontload.8 -MANSUBDIR= alpha hppa i386 +MANSUBDIR= alpha hppa i386 amd64 cats .include <bsd.prog.mk> |