NetBSD/libexec/rpc.rusersd/Makefile

15 lines
280 B
Makefile
Raw Normal View History

#
# a makefile for /usr/sbin/rpc.rusersd
#
1993-06-04 18:53:53 +04:00
# $Header: /cvsroot/src/libexec/rpc.rusersd/Makefile,v 1.2 1993/06/04 14:55:55 brezak Exp $
#
PROG = rpc.rusersd
SRCS = rusersd.c rusers_proc.c
NOMAN= noman
1993-06-04 18:53:53 +04:00
DPADD= ${LIBRPCSVC} ${LIBUTIL}
LDADD= -lrpcsvc -lutil
.include <bsd.prog.mk>