Deleted Added
sdiff udiff text old ( 264400 ) new ( 280893 )
full compact
1# $FreeBSD: head/tools/regression/aio/aiotest/Makefile 280893 2015-03-31 06:43:55Z ngie $
2
3PROG= aiotest
4MAN=
5
6DPADD= ${LIBUTIL}
7LDADD= -lutil
8
9WARNS?= 6
10
11.include <bsd.prog.mk>