mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
12 lines
161 B
Makefile
12 lines
161 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
|
|
|
|
.include <bsd.kmod.mk>
|