14 lines
148 B
Makefile
14 lines
148 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= sdiff
|
|
SRCS= edit.c sdiff.c
|
|
|
|
MAN1= sdiff.1
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|