Home | History | Annotate | Line # | Download | only in rpc.rquotad
Makefile revision 1.8
      1  1.8   bouyer #	$NetBSD: Makefile,v 1.8 2011/03/24 17:05:43 bouyer Exp $
      2  1.1  deraadt 
      3  1.7   bouyer .include <bsd.own.mk>
      4  1.1  deraadt PROG =	rpc.rquotad
      5  1.1  deraadt SRCS =	rquotad.c
      6  1.2       pk MAN  =	rpc.rquotad.8
      7  1.3      jtc MLINKS = rpc.rquotad.8 rquotad.8
      8  1.1  deraadt 
      9  1.8   bouyer DPADD=	${LIBQUOTA} ${LIBRPCSVC} ${LIBPROP}
     10  1.8   bouyer LDADD=	-lquota -lrpcsvc -lprop
     11  1.1  deraadt 
     12  1.1  deraadt .include <bsd.prog.mk>
     13