freebsd-dev/sys/modules/nfscommon/Makefile
Konstantin Belousov 5bb3134a8c Fix some modules to export more used symbols
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
2021-11-18 15:56:23 +02:00

20 lines
285 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/fs/nfs
KMOD= nfscommon
SRCS= vnode_if.h \
nfs_commonacl.c \
nfs_commonkrpc.c \
nfs_commonport.c \
nfs_commonsubs.c \
opt_inet.h \
opt_inet6.h \
opt_kern_tls.h \
opt_kgssapi.h \
opt_nfs.h \
opt_ufs.h
EXPORT_SYMS= YES
.include <bsd.kmod.mk>