1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/libexec/rpc.rwalld/Makefile
1997-02-22 14:22:49 +00:00

11 lines
141 B
Makefile

# $Id$
PROG = rpc.rwalld
SRCS = rwalld.c
MAN8 = rpc.rwalld.8
DPADD= ${LIBRPCSVC} ${LIBUTIL}
LDADD= -lrpcsvc -lutil
.include <bsd.prog.mk>