diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2012-08-02 13:38:40 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2012-08-02 13:38:40 +0000 |
commit | 5394748a409c85a439accdbc99f76c79673165b9 (patch) | |
tree | 0fafd447a6a7fd650f0a43bc1251b38f18aded42 /lib/libm | |
parent | 00f2412b5b50d377e53d5a62f066ce474e8cd21b (diff) |
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
ok guenther@
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libm/Makefile b/lib/libm/Makefile index c4e4f78701e..5a10dc69325 100644 --- a/lib/libm/Makefile +++ b/lib/libm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.98 2011/09/22 04:56:09 schwarze Exp $ +# $OpenBSD: Makefile,v 1.99 2012/08/02 13:38:39 okan Exp $ # $NetBSD: Makefile,v 1.28 1995/11/20 22:06:19 jtc Exp $ # # @(#)Makefile 5.1beta 93/09/24 @@ -90,7 +90,6 @@ ARCH_SRCS = n_atan2.S n_cbrt.S n_hypot.S n_sincos.S n_support.S n_tan.S .PATH: ${.CURDIR}/noieee_src LIB= m -WANTLINT= COMMON_SRCS = b_exp__D.c b_log__D.c b_tgamma.c \ e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \ e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \ |