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