e51e443f9c
module. With r203732 it became apparent that creating the sysctl nodes twice causes at least a warning, however the whole code shouldn't be present twice in the first place. Discussed with: rmacklem
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>
|