1 # 2 # a makefile for /usr/sbin/rpc.rusersd 3 # 4 # $Header: /tank/opengrok/rsync2/NetBSD/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 NOMAN= noman 10 11 DPADD= ${LIBRPCSVC} ${LIBUTIL} 12 LDADD= -lrpcsvc -lutil 13 14 .include <bsd.prog.mk> 15