mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../nfs
|
||
|
|
||
|
KMOD= nfs_common
|
||
|
SRCS= nfs_common.c opt_nfs.h vnode_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|