xref: /dragonfly/libexec/rpc.rwalld/Makefile (revision 984263bc)
1# $FreeBSD: src/libexec/rpc.rwalld/Makefile,v 1.4.2.1 2001/04/25 10:40:57 ru Exp $
2
3PROG =	rpc.rwalld
4SRCS =	rwalld.c
5MAN =	rpc.rwalld.8
6
7DPADD=	${LIBRPCSVC} ${LIBUTIL}
8LDADD=	-lrpcsvc -lutil
9
10.include <bsd.prog.mk>
11