1 1.4 thorpej # $NetBSD: Makefile,v 1.4 1996/08/30 20:15:06 thorpej 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