freebsd-dev/tools/regression/aio/aiotest/Makefile
2004-12-21 08:47:35 +00:00

10 lines
96 B
Makefile

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