1 1.1 bouyer # $NetBSD: Makefile,v 1.1 2011/03/24 17:05:43 bouyer 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.1 bouyer .include <bsd.lib.mk> 18