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