8e3d84bb83
Enable xdr_float.c. I believe it works on i386's although it isn't portable enough to be in a machine-independent directory.
8 lines
180 B
Makefile
8 lines
180 B
Makefile
# @(#)Makefile 5.11 (Berkeley) 9/6/90
|
|
|
|
.PATH: ${.CURDIR}/xdr ${.CURDIR}/.
|
|
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
|