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
This commit is contained in:
phantom 2001-12-11 16:38:33 +00:00
parent 29d0d30996
commit 10c4fd6e18

View File

@ -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