summaryrefslogtreecommitdiff
path: root/usr.sbin/wsfontload
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-29 02:55:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-29 02:55:49 +0000
commitbbd830e945c31399044c4b49fd8e37030a31875d (patch)
treecb1fdc2527728a342c239972c7d6fc941058306d /usr.sbin/wsfontload
parent4bcfce8d2a962e517886ec25da01119c250d9d5e (diff)
will be needed for cats too
Diffstat (limited to 'usr.sbin/wsfontload')
-rw-r--r--usr.sbin/wsfontload/Makefile7
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>