freebsd-dev/usr.bin/sdiff/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
136 B
Makefile
Raw Normal View History

.include <src.opts.mk>
PROG= sdiff
SRCS= edit.c sdiff.c
MAN1= sdiff.1
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>