diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2019-12-21 21:40:02 +0000 |
commit | 2e505302fed71ccbc606e78804729f6b344ed695 (patch) | |
tree | ef018cd1a79bdd3dc83e31e78b66024bf73f2cba /share/misc/Makefile | |
parent | eff9f5fbd1f620a72344d69193c82cc393dd5285 (diff) |
a few depend:-related thingies that were still in.
okay millert@, tb@
Diffstat (limited to 'share/misc/Makefile')
-rw-r--r-- | share/misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile index f8d6f926a06..dd268a05d6b 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2017/06/12 18:49:34 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2019/12/21 21:40:00 espie Exp $ # from: @(#)Makefile 5.13 (Berkeley) 5/7/91 FILES= airport birthtoken countrycodes \ @@ -11,7 +11,7 @@ FILES= airport birthtoken countrycodes \ SUBDIR= pcvtfonts .endif -all clean cleandir depend obj tags: _SUBDIRUSE +all clean cleandir obj tags: _SUBDIRUSE realinstall: cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ |