diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-03-22 07:29:58 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-03-22 07:29:58 +0000 |
| commit | d7e1495a33b5d27933492bb08042050181f03110 (patch) | |
| tree | 3c0f8942a6bf9293708292f224b982113a0f62f1 /include | |
| parent | efea4e52566b4b1d224de53d8075e57241be4948 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 4494616d1d79..b9bded1a0c4b 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.21 1995/03/18 07:03:51 rgrimes Exp $ +# $Id: Makefile,v 1.22 1995/03/19 07:25:17 phk Exp $ # # Doing a make install builds /usr/include # @@ -18,7 +18,7 @@ FILES= a.out.h ar.h assert.h bitstring.h ctype.h db.h dirent.h disktab.h \ stab.h stddef.h stdio.h stdlib.h string.h strings.h struct.h \ sysexits.h tar.h time.h ttyent.h tzfile.h unistd.h utime.h \ utmp.h vis.h -.if !defined(WANT_MSUN) +.if defined(WANT_CSRG_LIBM) FILES+= math.h .endif |
