xref: /freebsd/usr.bin/sockstat/tests/Makefile (revision 9934558460e4e73e5b55648c4b13a702f4f019d7)
1ATF_TESTS_C+=	sockstat_test
2SRCS.sockstat_test= sockstat_test.c sockstat.c
3.PATH:	${.CURDIR:H}
4
5LIBADD=		xo
6
7PACKAGE= tests
8
9.include <bsd.test.mk>
10