opnsense-src/sys/modules/nfssvc/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
113 B
Makefile
Raw Normal View History

.PATH: ${SRCTOP}/sys/nfs
KMOD= nfssvc
SRCS= nfs_nfssvc.c \
opt_nfs.h
EXPORT_SYMS= YES
.include <bsd.kmod.mk>