diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2007-05-13 14:12:40 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2007-05-13 14:12:40 +0000 |
| commit | 00fb440c1a145b56b6c75fd405d80071aef2aab1 (patch) | |
| tree | cedba41bbd60d21fa5e0f68f5e71c480784553bb /lib/libthread_db | |
| parent | 9af491e24b3eb2879550950c538cf42f3e80451d (diff) | |
Notes
Diffstat (limited to 'lib/libthread_db')
| -rw-r--r-- | lib/libthread_db/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libthread_db/Makefile b/lib/libthread_db/Makefile index eb7172528006..7bd655ad1e47 100644 --- a/lib/libthread_db/Makefile +++ b/lib/libthread_db/Makefile @@ -13,9 +13,7 @@ WARNS?= 1 CFLAGS+=-I. -I${.CURDIR} SYM_MAPS+=${.CURDIR}/Symbol.map -.if defined(SYMVER_ENABLED) SYMBOL_MAPS=${SYM_MAPS} VERSION_DEF=${.CURDIR}/../libc/Versions.def -.endif .include <bsd.lib.mk> |
