diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-02 01:03:24 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-03-02 01:03:24 +0000 |
commit | 68e7185aae5e2208b505105e8fbe1521a5c25f84 (patch) | |
tree | 2fffa8935e9643e80fb1ce14bbd6fbe3f5b31092 /share | |
parent | 4680291a0250c52526b64e9e978445bff3acc4f6 (diff) |
descent into pcvtfonts, or other subdirs for that matter
Diffstat (limited to 'share')
-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} \ |