diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-10-09 22:12:57 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-10-09 22:12:57 +0000 |
commit | c8550231efa4ed3c3ab6fc0407f2b9c549064e06 (patch) | |
tree | 25c0b9c8ac96f110ec0ed71056e5bb31527bb2a1 /share/mk/bsd.libnames.mk | |
parent | e1ff8b2f35a4cf7623a3a68b3b6bae62a4986d08 (diff) |
Disconnect libstand from the build.
Remove libstand from the src/lib build. Remove LIBSTAND from
bsd.libnames.mk. Add affected files to the obsolete files list.
Sponsored by: Netflix
Notes
Notes:
svn path=/head/; revision=324454
Diffstat (limited to 'share/mk/bsd.libnames.mk')
-rw-r--r-- | share/mk/bsd.libnames.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk index 6a592c84b422..b95ea0937697 100644 --- a/share/mk/bsd.libnames.mk +++ b/share/mk/bsd.libnames.mk @@ -142,7 +142,6 @@ LIBSDP?= ${LIBDESTDIR}${LIBDIR_BASE}/libsdp.a LIBSMB?= ${LIBDESTDIR}${LIBDIR_BASE}/libsmb.a LIBSSL?= ${LIBDESTDIR}${LIBDIR_BASE}/libssl.a LIBSSP_NONSHARED?= ${LIBDESTDIR}${LIBDIR_BASE}/libssp_nonshared.a -LIBSTAND?= ${LIBDESTDIR}${LIBDIR_BASE}/libstand.a LIBSTDCPLUSPLUS?= ${LIBDESTDIR}${LIBDIR_BASE}/libstdc++.a LIBSTDTHREADS?= ${LIBDESTDIR}${LIBDIR_BASE}/libstdthreads.a LIBSYSDECODE?= ${LIBDESTDIR}${LIBDIR_BASE}/libsysdecode.a |