diff options
author | phantom <phantom@FreeBSD.org> | 2001-12-11 16:38:33 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2001-12-11 16:38:33 +0000 |
commit | 10c4fd6e18b983109c5633016dc8c0f7f6718718 (patch) | |
tree | dcdd3859b2112a154ea0359a989037a416e2a9dd /include | |
parent | 29d0d309963e8ceb4d68e5963c13a4f5070d3e78 (diff) | |
download | FreeBSD-src-10c4fd6e18b983109c5633016dc8c0f7f6718718.zip FreeBSD-src-10c4fd6e18b983109c5633016dc8c0f7f6718718.tar.gz |
Get rid of unsed since rev 1.109 of lib/Makefile WANT_CSRG_LIBM define.
We'll never install math.h wrapped by this define since msun's math.h
is using, so it should be removed from the source tree at some point
(after merge of useful stuff to msun's math.h which is installing now
to /usr/include)
Reviewed by: bde
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index 8a44517..3d7b146 100644 --- a/include/Makefile +++ b/include/Makefile @@ -21,9 +21,6 @@ FILES= a.out.h ar.h assert.h bitstring.h complex.h ctype.h db.h \ signal.h stab.h stdbool.h stddef.h stdio.h stdlib.h strhash.h \ string.h stringlist.h strings.h sysexits.h tar.h time.h timers.h \ ttyent.h unistd.h utime.h utmp.h vis.h wchar.h wctype.h -.if defined(WANT_CSRG_LIBM) -FILES+= math.h -.endif ARPAFILES= ftp.h inet.h nameser.h nameser_compat.h telnet.h tftp.h |