mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
16 lines
174 B
Makefile
16 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>
|