1 1.10 matt # $NetBSD: Makefile,v 1.10 2012/03/21 05:37:43 matt 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.10 matt WARNS?= 5 7 1.1 bouyer LIB= quota 8 1.1 bouyer 9 1.1 bouyer LIBDPLIBS+= rpcsvc ${.CURDIR}/../librpcsvc 10 1.1 bouyer 11 1.2 dholland SRCS+= quota_open.c 12 1.2 dholland SRCS+= quota_schema.c 13 1.2 dholland SRCS+= quota_get.c quota_put.c quota_delete.c 14 1.2 dholland SRCS+= quota_cursor.c 15 1.4 dholland SRCS+= quota_nfs.c 16 1.5 dholland SRCS+= quota_oldfiles.c 17 1.7 dholland SRCS+= quota_kernel.c 18 1.2 dholland 19 1.6 dholland MAN= libquota.3 20 1.6 dholland MLINKS= libquota.3 quota_close.3 \ 21 1.6 dholland libquota.3 quota_delete.3 \ 22 1.6 dholland libquota.3 quota_get.3 \ 23 1.6 dholland libquota.3 quota_getimplname.3 \ 24 1.6 dholland libquota.3 quota_getmountdevice.3 \ 25 1.6 dholland libquota.3 quota_getmountpoint.3 \ 26 1.6 dholland libquota.3 quota_getnumidtypes.3 \ 27 1.6 dholland libquota.3 quota_getnumobjtypes.3 \ 28 1.9 dholland libquota.3 quota_getrestrictions.3 \ 29 1.6 dholland libquota.3 quota_idtype_getname.3 \ 30 1.6 dholland libquota.3 quota_objtype_getname.3 \ 31 1.6 dholland libquota.3 quota_objtype_isbytes.3 \ 32 1.6 dholland libquota.3 quota_open.3 \ 33 1.6 dholland libquota.3 quota_opencursor.3 \ 34 1.6 dholland libquota.3 quota_put.3 \ 35 1.9 dholland libquota.3 quota_quotaoff.3 \ 36 1.9 dholland libquota.3 quota_quotaon.3 \ 37 1.6 dholland libquota.3 quotacursor_atend.3 \ 38 1.6 dholland libquota.3 quotacursor_close.3 \ 39 1.6 dholland libquota.3 quotacursor_get.3 \ 40 1.6 dholland libquota.3 quotacursor_getn.3 \ 41 1.6 dholland libquota.3 quotacursor_rewind.3 \ 42 1.6 dholland libquota.3 quotacursor_skipidtype.3 \ 43 1.6 dholland libquota.3 quotaval_clear.3 44 1.6 dholland 45 1.1 bouyer .include <bsd.lib.mk> 46