summaryrefslogtreecommitdiff
path: root/usr.sbin/wsfontload/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/wsfontload/Makefile')
-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>