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