Home | History | Annotate | Line # | Download | only in nfsserver
Makefile revision 1.2
      1  1.2  pooka #	$NetBSD: Makefile,v 1.2 2010/03/02 23:37:16 pooka Exp $
      2  1.1     ad 
      3  1.1     ad .include "../Makefile.inc"
      4  1.1     ad 
      5  1.1     ad KMOD=	nfsserver
      6  1.1     ad 
      7  1.2  pooka CPPFLAGS+=	-DNFSSERVER
      8  1.1     ad 
      9  1.1     ad .PATH:	${S}/nfs
     10  1.1     ad 
     11  1.1     ad SRCS+=	nfs_export.c nfs_serv.c nfs_srvcache.c
     12  1.1     ad SRCS+=	nfs_srvsubs.c nfs_srvsocket.c nfs_syscalls.c
     13  1.1     ad 
     14  1.1     ad .include <bsd.kmodule.mk>
     15