Home | History | Annotate | Line # | Download | only in libquota
Makefile revision 1.2
      1  1.2  dholland #	$NetBSD: Makefile,v 1.2 2012/01/09 15:22:38 dholland Exp $
      2  1.1    bouyer #	@(#)Makefile	8.1 (Berkeley) 6/4/93
      3  1.1    bouyer 
      4  1.1    bouyer .include <bsd.own.mk>
      5  1.1    bouyer 
      6  1.1    bouyer .include "${NETBSDSRCDIR}/common/lib/libquota/Makefile.inc"
      7  1.1    bouyer 
      8  1.1    bouyer WARNS=	4
      9  1.1    bouyer LIB=	quota
     10  1.1    bouyer 
     11  1.1    bouyer LIBDPLIBS+=     prop  ${.CURDIR}/../libprop
     12  1.1    bouyer LIBDPLIBS+=     rpcsvc  ${.CURDIR}/../librpcsvc
     13  1.1    bouyer 
     14  1.1    bouyer SRCS+=	getfsquota.c getnfsquota.c getufsquota.c
     15  1.1    bouyer MAN=
     16  1.1    bouyer 
     17  1.2  dholland SRCS+=	quota_open.c
     18  1.2  dholland SRCS+=	quota_schema.c
     19  1.2  dholland SRCS+=	quota_get.c quota_put.c quota_delete.c
     20  1.2  dholland SRCS+=	quota_cursor.c
     21  1.2  dholland 
     22  1.1    bouyer .include <bsd.lib.mk>
     23