mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Enable xdr_float.c. I believe it works on i386's although it isn't portable enough to be in a machine-independent directory.
7 lines
180 B
Makefile
7 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
|