diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2010-02-16 20:00:21 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2010-02-16 20:00:21 +0000 |
| commit | b06b8fe3a7842b556532ae3244a4cdca00cf5807 (patch) | |
| tree | 798a6052d509cf8b960f4f98ceac2a9fba8e21cd /sys/modules/nfsclient | |
| parent | 7ff08436fc22a3c08f4a9fb362ef41798f0e34c9 (diff) | |
Notes
Diffstat (limited to 'sys/modules/nfsclient')
| -rw-r--r-- | sys/modules/nfsclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index c53e3d5f98a9..5cd3556821fb 100644 --- a/sys/modules/nfsclient/Makefile +++ b/sys/modules/nfsclient/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../nfsclient ${.CURDIR}/../../nfs ${.CURDIR}/../../rpc +.PATH: ${.CURDIR}/../../nfsclient ${.CURDIR}/../../rpc KMOD= nfsclient SRCS= vnode_if.h \ nfs_bio.c nfs_lock.c nfs_node.c nfs_subs.c nfs_nfsiod.c \ - nfs_vfsops.c nfs_vnops.c nfs_common.c nfs_krpc.c \ + nfs_vfsops.c nfs_vnops.c nfs_krpc.c \ opt_inet.h opt_nfs.h opt_bootp.h opt_nfsroot.h SRCS+= opt_inet6.h opt_kdtrace.h opt_kgssapi.h |
