summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-03-02 01:07:55 +0000
committermickey <mickey@openbsd.org>2001-03-02 01:07:55 +0000
commit062c685ebc3f8db655904c40a9f24e8071afb959 (patch)
tree0cb7703dda6748199b116ef2aeb64f4e25fd3cfe
parentdescent into pcvtfonts, or other subdirs for that matter (diff)
downloadwireguard-openbsd-062c685ebc3f8db655904c40a9f24e8071afb959.tar.xz
wireguard-openbsd-062c685ebc3f8db655904c40a9f24e8071afb959.zip
make pcvtfonts i386-only, as it is now
-rw-r--r--share/misc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile
index 5178c4f8308..56a76d56c33 100644
--- a/share/misc/Makefile
+++ b/share/misc/Makefile
@@ -1,9 +1,11 @@
-# $OpenBSD: Makefile,v 1.5 2001/03/02 01:03:23 mickey Exp $
+# $OpenBSD: Makefile,v 1.6 2001/03/02 01:07:55 mickey Exp $
# from: @(#)Makefile 5.13 (Berkeley) 5/7/91
FILES= airport ascii birthtoken eqnchar getopt inter.phone man.template \
mdoc.template na.phone operator scsi_modes zipcodes
+.if ${MACHINE} == "i386"
SUBDIR= pcvtfonts
+.endif
all clean cleandir depend lint obj tags: _SUBDIRUSE