Makefile revision 138447
1# $FreeBSD: head/tools/regression/aio/aiotest/Makefile 138447 2004-12-06 12:56:38Z rwatson $
2
3PROG=	aiotest
4NOMAN=	YES
5
6DPADD=	${LIBUTIL}
7LDADD=	-lutil
8
9.include <bsd.prog.mk>
10