freebsd-nq/tools/regression/aio/aiotest/Makefile
2006-03-15 10:46:38 +00:00

10 lines
92 B
Makefile

# $FreeBSD$
PROG= aiotest
NO_MAN=
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>