aee4b07b8a
headers, and a few other insignificant changes.
11 lines
203 B
Makefile
11 lines
203 B
Makefile
# $Id: Makefile,v 1.4 1993/08/02 17:50:37 mycroft Exp $
|
|
|
|
PROG = rpc.rstatd
|
|
SRCS = rstatd.c rstat_proc.c
|
|
MAN8 = rpc.rstatd.0
|
|
|
|
DPADD= ${LIBRPCSVC} ${LIBUTIL}
|
|
LDADD= -lrpcsvc -lutil
|
|
|
|
.include <bsd.prog.mk>
|