5bb3134a8c
and remove non-present symbols that are now reported by kmod_syms.awk. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D32878
15 lines
179 B
Makefile
15 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>
|