xref: /freebsd-14.2/sys/modules/xdr/Makefile (revision 031beb4e)
1732a02b4SGleb Smirnoff
2732a02b4SGleb Smirnoff.PATH:	${SRCTOP}/sys/xdr
3732a02b4SGleb SmirnoffKMOD=	xdr
4732a02b4SGleb SmirnoffSRCS=	xdr.c \
5732a02b4SGleb Smirnoff	xdr_array.c \
6732a02b4SGleb Smirnoff	xdr_mbuf.c \
7732a02b4SGleb Smirnoff	xdr_mem.c \
8732a02b4SGleb Smirnoff	xdr_reference.c \
9732a02b4SGleb Smirnoff	xdr_sizeof.c
10732a02b4SGleb Smirnoff
11*5bb3134aSKonstantin BelousovEXPORT_SYMS=	YES
12*5bb3134aSKonstantin Belousov
13732a02b4SGleb Smirnoff.include <bsd.kmod.mk>
14