db1fcc8008
Remove common.{c,h}
16 lines
165 B
Makefile
16 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PROG= sdiff
|
|
SRCS= edit.c sdiff.c
|
|
WARNS= 3
|
|
|
|
MAN1= sdiff.1
|
|
|
|
.if ${MK_TESTS} != "no"
|
|
SUBDIR+= tests
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|