summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2001-03-02 01:03:23 +0000
committermickey <mickey@openbsd.org>2001-03-02 01:03:23 +0000
commitbc5fd9185f4997ddd770cc7d24b0a874f60c9fc0 (patch)
treefb211c02a20ad8aa3d90b5e03c526eabb7f945af
parentuse echo proper (diff)
downloadwireguard-openbsd-bc5fd9185f4997ddd770cc7d24b0a874f60c9fc0.tar.xz
wireguard-openbsd-bc5fd9185f4997ddd770cc7d24b0a874f60c9fc0.zip
descent into pcvtfonts, or other subdirs for that matter
-rw-r--r--share/misc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile
index 6e85e522327..5178c4f8308 100644
--- a/share/misc/Makefile
+++ b/share/misc/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.4 2000/03/02 14:46:51 todd Exp $
+# $OpenBSD: Makefile,v 1.5 2001/03/02 01:03:23 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
-NOOBJ= noobj
+SUBDIR= pcvtfonts
-all clean cleandir depend lint tags:
+all clean cleandir depend lint obj tags: _SUBDIRUSE
realinstall:
cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \