11.10Smatt#	$NetBSD: Makefile,v 1.10 2012/03/21 05:37:43 matt Exp $
21.1Sbouyer#	@(#)Makefile	8.1 (Berkeley) 6/4/93
31.1Sbouyer
41.1Sbouyer.include <bsd.own.mk>
51.1Sbouyer
61.10SmattWARNS?=	5
71.1SbouyerLIB=	quota
81.1Sbouyer
91.1SbouyerLIBDPLIBS+=     rpcsvc  ${.CURDIR}/../librpcsvc
101.1Sbouyer
111.2SdhollandSRCS+=	quota_open.c
121.2SdhollandSRCS+=	quota_schema.c
131.2SdhollandSRCS+=	quota_get.c quota_put.c quota_delete.c
141.2SdhollandSRCS+=	quota_cursor.c
151.4SdhollandSRCS+=	quota_nfs.c
161.5SdhollandSRCS+=	quota_oldfiles.c
171.7SdhollandSRCS+=	quota_kernel.c
181.2Sdholland
191.6SdhollandMAN=	libquota.3
201.6SdhollandMLINKS=	libquota.3 quota_close.3 \
211.6Sdholland	libquota.3 quota_delete.3 \
221.6Sdholland	libquota.3 quota_get.3 \
231.6Sdholland	libquota.3 quota_getimplname.3 \
241.6Sdholland	libquota.3 quota_getmountdevice.3 \
251.6Sdholland	libquota.3 quota_getmountpoint.3 \
261.6Sdholland	libquota.3 quota_getnumidtypes.3 \
271.6Sdholland	libquota.3 quota_getnumobjtypes.3 \
281.9Sdholland	libquota.3 quota_getrestrictions.3 \
291.6Sdholland	libquota.3 quota_idtype_getname.3 \
301.6Sdholland	libquota.3 quota_objtype_getname.3 \
311.6Sdholland	libquota.3 quota_objtype_isbytes.3 \
321.6Sdholland	libquota.3 quota_open.3 \
331.6Sdholland	libquota.3 quota_opencursor.3 \
341.6Sdholland	libquota.3 quota_put.3 \
351.9Sdholland	libquota.3 quota_quotaoff.3 \
361.9Sdholland	libquota.3 quota_quotaon.3 \
371.6Sdholland	libquota.3 quotacursor_atend.3 \
381.6Sdholland	libquota.3 quotacursor_close.3 \
391.6Sdholland	libquota.3 quotacursor_get.3 \
401.6Sdholland	libquota.3 quotacursor_getn.3 \
411.6Sdholland	libquota.3 quotacursor_rewind.3 \
421.6Sdholland	libquota.3 quotacursor_skipidtype.3 \
431.6Sdholland	libquota.3 quotaval_clear.3
441.6Sdholland
451.1Sbouyer.include <bsd.lib.mk>
46