]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/modules/nfssvc/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / modules / nfssvc / Makefile
1
2 # $FreeBSD$
3
4 .PATH: ${.CURDIR}/../../nfs
5 KMOD=   nfssvc
6 SRCS=   nfs_nfssvc.c \
7         opt_nfs.h
8
9 .include <bsd.kmod.mk>