mirror of
https://github.com/opnsense/src.git
synced 2026-05-15 10:40:28 -04:00
14 lines
179 B
Makefile
14 lines
179 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/xdr
|
|
KMOD= xdr
|
|
SRCS= xdr.c \
|
|
xdr_array.c \
|
|
xdr_mbuf.c \
|
|
xdr_mem.c \
|
|
xdr_reference.c \
|
|
xdr_sizeof.c
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|