diff options
| author | christos <christos@NetBSD.org> | 2008-04-26 19:19:06 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2008-04-26 19:19:06 +0000 |
| commit | f5e7bbccfea5158a6f810f49ceea797d5a513200 (patch) | |
| tree | 8c7d508f1207a5ede600abb9e1900dabd7e0ec37 /lib/libm | |
| parent | 9f6e54935c35a33f4ebe8bfc9f357f185b572c54 (diff) | |
Put back USE_SHLIBDIR and remove the confusing lint comment that made me
comment it out in the first place.
Diffstat (limited to 'lib/libm')
| -rw-r--r-- | lib/libm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index abef3be0dff..bc696f61eb6 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2008/04/25 22:21:53 christos Exp $ +# $NetBSD: Makefile,v 1.84 2008/04/26 19:19:06 christos Exp $ # # @(#)Makefile 5.1beta 93/09/24 # @@ -42,8 +42,7 @@ # default standard # -# XXX lint buts on some archs and needs stubs -#USE_SHLIBDIR= yes +USE_SHLIBDIR= yes # require this for the value of I387_LIBM from mk.conf, if set. .include <bsd.own.mk> |
