1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/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>