mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05: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>
|