diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-07-22 23:32:13 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-22 23:32:13 +0000 |
| commit | 8e3d84bb83cf11a0fc398e4dfef176260ad813c7 (patch) | |
| tree | 29d782260cb98a0d6faeb41acc568bc4baeccc29 /lib/libc | |
| parent | f6027d9b3dd6959b10b612286f0e32c31a31f109 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/xdr/Makefile.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/xdr/Makefile.inc b/lib/libc/xdr/Makefile.inc index fc85212184d1..d41fb721cf9c 100644 --- a/lib/libc/xdr/Makefile.inc +++ b/lib/libc/xdr/Makefile.inc @@ -1,10 +1,7 @@ # @(#)Makefile 5.11 (Berkeley) 9/6/90 .PATH: ${.CURDIR}/xdr ${.CURDIR}/. -SRCS+= xdr.c xdr_array.c xdr_mem.c \ +SRCS+= xdr.c xdr_array.c xdr_float.c xdr_mem.c \ xdr_rec.c xdr_reference.c xdr_stdio.c MAN3+= xdr/xdr.3 - -UNSUPPORTED+= xdr_float.c - |
