1 1.7 dholland # $NetBSD: Makefile,v 1.7 2012/02/01 05:34:40 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 16 1.2 dholland SRCS+= quota_open.c 17 1.2 dholland SRCS+= quota_schema.c 18 1.2 dholland SRCS+= quota_get.c quota_put.c quota_delete.c 19 1.2 dholland SRCS+= quota_cursor.c 20 1.4 dholland SRCS+= quota_nfs.c 21 1.5 dholland SRCS+= quota_oldfiles.c 22 1.7 dholland SRCS+= quota_kernel.c 23 1.2 dholland 24 1.6 dholland MAN= libquota.3 25 1.6 dholland MLINKS= libquota.3 quota_close.3 \ 26 1.6 dholland libquota.3 quota_delete.3 \ 27 1.6 dholland libquota.3 quota_get.3 \ 28 1.6 dholland libquota.3 quota_getimplname.3 \ 29 1.6 dholland libquota.3 quota_getmountdevice.3 \ 30 1.6 dholland libquota.3 quota_getmountpoint.3 \ 31 1.6 dholland libquota.3 quota_getnumidtypes.3 \ 32 1.6 dholland libquota.3 quota_getnumobjtypes.3 \ 33 1.6 dholland libquota.3 quota_idtype_getname.3 \ 34 1.6 dholland libquota.3 quota_objtype_getname.3 \ 35 1.6 dholland libquota.3 quota_objtype_isbytes.3 \ 36 1.6 dholland libquota.3 quota_open.3 \ 37 1.6 dholland libquota.3 quota_opencursor.3 \ 38 1.6 dholland libquota.3 quota_put.3 \ 39 1.6 dholland libquota.3 quotacursor_atend.3 \ 40 1.6 dholland libquota.3 quotacursor_close.3 \ 41 1.6 dholland libquota.3 quotacursor_get.3 \ 42 1.6 dholland libquota.3 quotacursor_getn.3 \ 43 1.6 dholland libquota.3 quotacursor_rewind.3 \ 44 1.6 dholland libquota.3 quotacursor_skipidtype.3 \ 45 1.6 dholland libquota.3 quotaval_clear.3 46 1.6 dholland 47 1.1 bouyer .include <bsd.lib.mk> 48