]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/nfssvc/Makefile
Add LLVM openmp trunk r351319 (just before the release_80 branch point)
[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>