summaryrefslogtreecommitdiff
path: root/usr.sbin/wsfontload/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-08-01 21:35:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-08-01 21:35:27 +0000
commit9ba03292e669347f57344c4ae59ffe9e8619584d (patch)
tree3d00c4677b0cd77dcf1ae06188897d264626f4fc /usr.sbin/wsfontload/Makefile
parent2fca5abcb4c76c4d70f7fc0949dc8d616fdd22a1 (diff)
cats went away
Diffstat (limited to 'usr.sbin/wsfontload/Makefile')
-rw-r--r--usr.sbin/wsfontload/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile
index 103fab6c8bb..624f5324b91 100644
--- a/usr.sbin/wsfontload/Makefile
+++ b/usr.sbin/wsfontload/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2007/08/01 21:32:55 deraadt Exp $
+# $OpenBSD: Makefile,v 1.11 2007/08/01 21:35:26 deraadt Exp $
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \
${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
@@ -14,6 +14,6 @@ NOPROG=yes
.endif
MAN= wsfontload.8
-MANSUBDIR= alpha hppa i386 amd64 cats zaurus
+MANSUBDIR= alpha hppa i386 amd64 zaurus
.include <bsd.prog.mk>