diff options
| author | Stanislav Sedov <stas@FreeBSD.org> | 2012-03-22 08:48:42 +0000 |
|---|---|---|
| committer | Stanislav Sedov <stas@FreeBSD.org> | 2012-03-22 08:48:42 +0000 |
| commit | ae77177087c655fc883075af4f425b37e032cd05 (patch) | |
| tree | 5518cb944fa25f627a797b58451ccf506b720fcf /lib/libcom_err/Makefile | |
| parent | 5730afc9b6405f9325dfbbf7164dd6c818191ff5 (diff) | |
| parent | 813b7899c1cf9c5cd1b72c0fb7c6c740aab26929 (diff) | |
Notes
Diffstat (limited to 'lib/libcom_err/Makefile')
| -rw-r--r-- | lib/libcom_err/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index 65a3ffd212ad0..78014ade5b156 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -7,6 +7,9 @@ MAN= com_err.3 COM_ERRDIR= ${.CURDIR}/../../contrib/com_err CFLAGS+= -I${COM_ERRDIR} +LDFLAGS= -Wl,--no-undefined +VERSION_MAP= ${COM_ERRDIR}/version-script.map + SUBDIR= doc .include <bsd.lib.mk> |
