diff options
author | phk <phk@FreeBSD.org> | 1995-03-21 02:52:05 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-03-21 02:52:05 +0000 |
commit | 58ee097062637c9e350b520b0f614bda875c89f1 (patch) | |
tree | 94a33a6bf9f464f247d47645999cc6ece78bcf0b /lib | |
parent | 5842b076011f6dbe00f01d6f91c3158778c4d03e (diff) | |
download | FreeBSD-src-58ee097062637c9e350b520b0f614bda875c89f1.zip FreeBSD-src-58ee097062637c9e350b520b0f614bda875c89f1.tar.gz |
msun becomes the default -lm the right way now.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index a1e778c..26750ff 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -15,7 +15,7 @@ SUBDIR+= libc libcompat libcom_err libcrypt libcurses libedit \ libkvm libmd libmytinfo libncurses libpcap libresolv librpcsvc \ libscsi libskey libss libtelnet libtermcap libutil liby -.if !defined(WANT_MSUN) +.if defined(WANT_CSRG_LIBM) SUBDIR+= libm .else SUBDIR+= msun |