mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
MFC after: 1 week Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D44505
7 lines
97 B
Makefile
7 lines
97 B
Makefile
.include <src.opts.mk>
|
|
|
|
PROG= touch
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}= tests
|
|
|
|
.include <bsd.prog.mk>
|