mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
10 lines
112 B
Makefile
10 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= diff3
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|