mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
10 lines
158 B
Makefile
10 lines
158 B
Makefile
.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>
|