# $FreeBSD$ .include PROG= sdiff SRCS= edit.c sdiff.c WARNS= 3 MAN1= sdiff.1 .if ${MK_TESTS} != "no" SUBDIR+= tests .endif .include