Home | History | Annotate | Line # | Download | only in rpc.rquotad
Makefile revision 1.6
      1  1.6      mrg #	$NetBSD: Makefile,v 1.6 1997/10/08 09:07:30 mrg Exp $
      2  1.1  deraadt 
      3  1.1  deraadt PROG =	rpc.rquotad
      4  1.1  deraadt SRCS =	rquotad.c
      5  1.2       pk MAN  =	rpc.rquotad.8
      6  1.3      jtc MLINKS = rpc.rquotad.8 rquotad.8
      7  1.1  deraadt 
      8  1.1  deraadt DPADD=	${LIBRPCSVC}
      9  1.1  deraadt LDADD=	-lrpcsvc
     10  1.1  deraadt 
     11  1.1  deraadt .include <bsd.prog.mk>
     12