mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 10:50:09 -04:00
12 lines
120 B
Makefile
12 lines
120 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <src.opts.mk>
|
||
|
|
|
||
|
|
PROG= diff3
|
||
|
|
|
||
|
|
.if ${MK_TESTS} != "no"
|
||
|
|
SUBDIR+= tests
|
||
|
|
.endif
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|