1# $FreeBSD$
2
3PROG=	aird
4MAN=	aird.1
5WARNS?=	6
6
7DPADD=	${LIBUTIL}
8LDADD=	-lutil
9
10.include <bsd.prog.mk>
11