summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-11-19 18:18:53 +0000
committerderaadt <deraadt@openbsd.org>2004-11-19 18:18:53 +0000
commita044be876da483a8785739a9d973740f6da73fa4 (patch)
treeba0017999f5cdd266eac4dbc9c6f1a9a6be94667
parentsync (diff)
downloadwireguard-openbsd-a044be876da483a8785739a9d973740f6da73fa4.tar.xz
wireguard-openbsd-a044be876da483a8785739a9d973740f6da73fa4.zip
install pcvt fonts for amd64, alpha, and cats too; mickey ok, from pr3988
-rw-r--r--share/misc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile
index 747298f033b..4c3b4c7a592 100644
--- a/share/misc/Makefile
+++ b/share/misc/Makefile
@@ -1,11 +1,13 @@
-# $OpenBSD: Makefile,v 1.9 2003/06/03 18:26:59 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2004/11/19 18:18:53 deraadt Exp $
# from: @(#)Makefile 5.13 (Berkeley) 5/7/91
FILES= airport ascii birthtoken countrycodes eqnchar getopt \
inter.phone license.template man.template mdoc.template \
na.phone operator scsi_modes usb_hid_usages usb_hid_usages \
zipcodes
-.if ${MACHINE} == "i386"
+
+.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
+ (${MACHINE} == "alpha") || (${MACHINE} == "cats")
SUBDIR= pcvtfonts
.endif