mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
12 lines
171 B
Makefile
12 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# TODO: ptm_test
|
|
NETBSD_ATF_TESTS_C= ttyio_test
|
|
|
|
LIBADD.ttyio_test+= util
|
|
|
|
.include "../Makefile.netbsd-tests"
|
|
|
|
.include <bsd.test.mk>
|