Deleted Added
sdiff udiff text old ( 264400 ) new ( 280893 )
full compact
1# $FreeBSD: head/tools/regression/aio/aiotest/Makefile 264400 2014-04-13 05:21:56Z imp $
2
3PROG= aiotest
4MAN=
5
6DPADD= ${LIBUTIL}
7LDADD= -lutil
8
9.include <bsd.prog.mk>