]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/regression/aio/aiotest/Makefile
This commit was generated by cvs2svn to compensate for changes in r155511,
[FreeBSD/FreeBSD.git] / tools / regression / aio / aiotest / Makefile
1 # $FreeBSD$
2
3 PROG=   aiotest
4 NO_MAN= YES
5
6 DPADD=  ${LIBUTIL}
7 LDADD=  -lutil
8
9 .include <bsd.prog.mk>