summaryrefslogtreecommitdiff
path: root/share/misc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-08-01 21:31:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-08-01 21:31:46 +0000
commit5efd0408cf3d0cadabc8e296bf3c6c519bec02e5 (patch)
tree4a00883b1b8dae5554d4c2acf4e47c00a0a1fbb6 /share/misc
parent4f966e530b8e3ee103ee06321c29e1543e6b7a2f (diff)
cats went away
Diffstat (limited to 'share/misc')
-rw-r--r--share/misc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile
index 4c3b4c7a592..44cd7b9655e 100644
--- a/share/misc/Makefile
+++ b/share/misc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2004/11/19 18:18:53 deraadt Exp $
+# $OpenBSD: Makefile,v 1.11 2007/08/01 21:31:45 deraadt Exp $
# from: @(#)Makefile 5.13 (Berkeley) 5/7/91
FILES= airport ascii birthtoken countrycodes eqnchar getopt \
@@ -7,7 +7,7 @@ FILES= airport ascii birthtoken countrycodes eqnchar getopt \
zipcodes
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
- (${MACHINE} == "alpha") || (${MACHINE} == "cats")
+ (${MACHINE} == "alpha")
SUBDIR= pcvtfonts
.endif