diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-10-15 20:49:20 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-10-15 20:49:20 +0000 |
commit | 2d53ea5e740794c089c6e3aa9d0d3b70f7b1c1ce (patch) | |
tree | c646c7755cd59af2662049c528787df6d2973901 /lib | |
parent | 82e3ddf057c47542bb2204e29fc535d7bb470009 (diff) | |
download | FreeBSD-src-2d53ea5e740794c089c6e3aa9d0d3b70f7b1c1ce.zip FreeBSD-src-2d53ea5e740794c089c6e3aa9d0d3b70f7b1c1ce.tar.gz |
libstdc++ also snook in incorrectly in r267511, despite not being a real
subdir.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index c25c508..a3321af 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -147,7 +147,6 @@ SUBDIR_DEPEND_libpjdlog= libutil SUBDIR_DEPEND_libprocstat= libkvm libutil SUBDIR_DEPEND_libradius= libmd SUBDIR_DEPEND_libsmb= libkiconv -SUBDIR_DEPEND_libstdc++:= msun SUBDIR_DEPEND_libtacplus= libmd SUBDIR_DEPEND_libulog= libmd SUBDIR_DEPEND_libunbound= ${_libldns} |