summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsclient/Makefile
blob: e8e89e8367d9acdd4d76ef0164079315c42f2448 (plain)
1
2
3
4
5
6
7
8
9
10
11
#       $Id: Makefile,v 1.1 1994/09/21 23:27:07 wollman Exp $

.PATH:  ${.CURDIR}/../../sys/nfs
KMOD=   nfs_mod
SRCS=   nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \
        nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c
NOMAN=
VFS_LKM=
CFLAGS+= -DNFS -DINET

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud