]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/nfssvc/Makefile
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304222, and update
[FreeBSD/FreeBSD.git] / sys / modules / nfssvc / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/nfs
4 KMOD=   nfssvc
5 SRCS=   nfs_nfssvc.c \
6         opt_nfs.h
7
8 .include <bsd.kmod.mk>