1 # 2 # a makefile for /usr/sbin/rpc.rusersd 3 # 4 # /b/source/CVS/src/libexec/rpc.rusersd/Makefile,v 1.2 1993/06/04 14:55:55 brezak Exp 5 # 6 7 PROG = rpc.rusersd 8 SRCS = rusersd.c rusers_proc.c 9 MAN8 = rpc.rusersd.0 10 11 DPADD= ${LIBRPCSVC} ${LIBUTIL} 12 LDADD= -lrpcsvc -lutil 13 14 .include <bsd.prog.mk> 15 16