mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 23:45:12 -04:00
9 lines
92 B
Makefile
9 lines
92 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= aiotest
|
|
NO_MAN=
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|