NetBSD/usr.bin/sdiff/Makefile
rmind 5533f1ebfd PR/34630: GNU sdiff(1) replacement
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@
2007-02-18 22:13:42 +00:00

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>