diff options
author | deischen <deischen@FreeBSD.org> | 2007-04-29 14:01:45 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2007-04-29 14:01:45 +0000 |
commit | c8d3bdefd953522aa8274c9e8927a94c952f0ff5 (patch) | |
tree | 1bf45f21ca2f6f77410031909adf282b7f91c4d2 /lib/librt/Makefile | |
parent | 2c6a6b87184ac80e87898b2de68f582ecca0128c (diff) | |
download | FreeBSD-src-c8d3bdefd953522aa8274c9e8927a94c952f0ff5.zip FreeBSD-src-c8d3bdefd953522aa8274c9e8927a94c952f0ff5.tar.gz |
Symbol version librt.
Diffstat (limited to 'lib/librt/Makefile')
-rw-r--r-- | lib/librt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/librt/Makefile b/lib/librt/Makefile index ea42355..00d8cda 100644 --- a/lib/librt/Makefile +++ b/lib/librt/Makefile @@ -11,4 +11,6 @@ SRCS+= aio.c mq.c sigev_thread.c timer.c PRECIOUSLIB= +VERSION_MAP= ${.CURDIR}/Version.map + .include <bsd.lib.mk> |