mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
e653b48c80
OK'ed by: core
10 lines
96 B
Makefile
10 lines
96 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= aiotest
|
|
NO_MAN= YES
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|