mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
15 lines
174 B
Makefile
15 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= sdiff
|
|
SRCS= common.c edit.c sdiff.c
|
|
WARNS= 3
|
|
|
|
MAN1= sdiff.1
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|