xref: /dragonfly/libexec/rpc.rwalld/Makefile (revision 9348a738)
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
6WARNS?=	2
7
8DPADD=	${LIBRPCSVC} ${LIBUTIL}
9LDADD=	-lrpcsvc -lutil
10
11.include <bsd.prog.mk>
12