summaryrefslogtreecommitdiff
path: root/usr.sbin
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
parent2fca5abcb4c76c4d70f7fc0949dc8d616fdd22a1 (diff)
cats went away
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/wsconscfg/Makefile4
-rw-r--r--usr.sbin/wsfontload/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 8ba6a8e1d36..209d12dd602 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.25 2007/08/01 21:32:55 deraadt Exp $
+# $OpenBSD: Makefile,v 1.26 2007/08/01 21:35:26 deraadt Exp $
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "hp300" || ${MACHINE} == "hppa" || \
@@ -18,7 +18,7 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha amd64 cats hp300 hppa i386 luna88k mac68k macppc \
+MANSUBDIR= alpha amd64 hp300 hppa i386 luna88k mac68k macppc \
sgi sparc sparc64 vax zaurus
.include <bsd.prog.mk>
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>