]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/aio/aiotest/Makefile
MFC r264400,r265836:
[FreeBSD/stable/10.git] / tools / regression / aio / aiotest / Makefile
1 # $FreeBSD$
2
3 PROG=   aiotest
4 MAN=
5
6 DPADD=  ${LIBUTIL}
7 LDADD=  -lutil
8
9 .include <bsd.prog.mk>