Confirmed to work by: rcarter@geli.com (Russell Carter)

Enable xdr_float.c.  I believe it works on i386's although it isn't
portable enough to be in a machine-independent directory.
This commit is contained in:
Bruce Evans 1995-07-22 23:32:13 +00:00
parent f6027d9b3d
commit 8e3d84bb83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9645

View File

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