diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-01 21:35:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-01 21:35:27 +0000 |
commit | 9ba03292e669347f57344c4ae59ffe9e8619584d (patch) | |
tree | 3d00c4677b0cd77dcf1ae06188897d264626f4fc /usr.sbin/wsconscfg | |
parent | 2fca5abcb4c76c4d70f7fc0949dc8d616fdd22a1 (diff) |
cats went away
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 4 |
1 files changed, 2 insertions, 2 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> |