diff options
author | 2001-03-02 01:03:23 +0000 | |
---|---|---|
committer | 2001-03-02 01:03:23 +0000 | |
commit | bc5fd9185f4997ddd770cc7d24b0a874f60c9fc0 (patch) | |
tree | fb211c02a20ad8aa3d90b5e03c526eabb7f945af | |
parent | use echo proper (diff) | |
download | wireguard-openbsd-bc5fd9185f4997ddd770cc7d24b0a874f60c9fc0.tar.xz wireguard-openbsd-bc5fd9185f4997ddd770cc7d24b0a874f60c9fc0.zip |
descent into pcvtfonts, or other subdirs for that matter
-rw-r--r-- | share/misc/Makefile | 6 |
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} \ |