1993-06-03 23:26:09 +04:00
|
|
|
#
|
|
|
|
# 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 $
|
1993-06-03 23:26:09 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
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
|
1993-06-03 23:26:09 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|