5533f1ebfd
Import new sdiff(1). Compatible with GNU sdiff(1), has various bugfixes and licensed in public domain. christos@: "I am ok with it" No objections in tech-userlevel@
12 lines
181 B
Makefile
12 lines
181 B
Makefile
# $NetBSD: Makefile,v 1.1 2007/02/18 22:13:42 rmind Exp $
|
|
|
|
PROG= sdiff
|
|
SRCS= common.c edit.c sdiff.c strtonum.c
|
|
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
WARNS= 1
|
|
|
|
.include <bsd.prog.mk>
|