mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
10 lines
105 B
Makefile
10 lines
105 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
ATF_TESTS_SH+= procstat_test
|
||
|
|
|
||
|
|
PROGS+= while1
|
||
|
|
|
||
|
|
BINDIR= ${TESTSDIR}
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|