opnsense-src/sys/modules/nfssvc/Makefile

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

11 lines
125 B
Makefile
Raw Normal View History

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