Home | History | Annotate | Line # | Download | only in libnfs
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2008/10/06 01:00:57 pooka Exp $
      2 #
      3 
      4 .PATH:  ${.CURDIR}/../../../../nfs
      5 
      6 LIB=	rumpfs_nfs
      7 
      8 SRCS=	krpc_subr.c nfs_bio.c nfs_boot.c nfs_kq.c nfs_node.c		\
      9 	nfs_socket.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c
     10 
     11 CPPFLAGS+=	-I${.CURDIR}/../../../net/lib/libnet/opt
     12 CPPFLAGS+=	-I${.CURDIR}/../../../net/lib/libnetinet/opt
     13 
     14 .include <bsd.lib.mk>
     15 .include <bsd.klinks.mk>
     16