1993-11-21 22:01:01 +03:00
|
|
|
# $Id: Makefile,v 1.5 1993/11/21 19:01:01 brezak Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../libexec/rpc.rusersd
|
1993-06-03 23:32:26 +04:00
|
|
|
|
1993-11-21 22:01:01 +03:00
|
|
|
SRCS = rusers.c rusersxdr.c
|
1993-06-03 23:32:26 +04:00
|
|
|
PROG = rusers
|
1993-06-08 23:22:59 +04:00
|
|
|
MAN1 = rusers.0
|
1993-06-03 23:32:26 +04:00
|
|
|
|
1993-06-04 18:53:53 +04:00
|
|
|
DPADD= ${LIBRPCSVC}
|
|
|
|
LDADD= -lrpcsvc
|
1993-06-03 23:32:26 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|