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 /gnu/lib/libstdc++/Makefile.bsd-wrapper | |
parent | 800deae54849a3a5f9b07348e7cc69ac91de249d (diff) |
destroy lint remnants.
okay millert@ deraadt@
Diffstat (limited to 'gnu/lib/libstdc++/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/lib/libstdc++/Makefile.bsd-wrapper | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/lib/libstdc++/Makefile.bsd-wrapper b/gnu/lib/libstdc++/Makefile.bsd-wrapper index 26089db3d7c..53e41ea2b35 100644 --- a/gnu/lib/libstdc++/Makefile.bsd-wrapper +++ b/gnu/lib/libstdc++/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2007/11/05 17:02:43 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2017/06/12 18:49:34 espie Exp $ .include "${.CURDIR}/shlib_version" SHLIB_MAJOR=${major} @@ -64,9 +64,6 @@ config.status: depend: # Nothing here so far... -lint: - # Nothing here so far... - tags: # Nothing here so far... |