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:
bde 1995-07-22 23:32:13 +00:00
parent 720f8bfcd0
commit 31ae0d567f

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