diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2017-06-12 18:49:35 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2017-06-12 18:49:35 +0000 |
commit | c4546e547a0993272b4e70789e3e537e3fbb334c (patch) | |
tree | f82c4bb8dcabfe0925ca98a8e2245482e297866d /share/misc/Makefile | |
parent | 800deae54849a3a5f9b07348e7cc69ac91de249d (diff) |
destroy lint remnants.
okay millert@ deraadt@
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 e625401e2da..f8d6f926a06 100644 --- a/share/misc/Makefile +++ b/share/misc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2017/05/30 14:52:37 millert Exp $ +# $OpenBSD: Makefile,v 1.18 2017/06/12 18:49:34 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 lint obj tags: _SUBDIRUSE +all clean cleandir depend obj tags: _SUBDIRUSE realinstall: cd ${.CURDIR}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ |