ce982eb757
No Minix-specific changes needed. Change-Id: Idbe7dcab6024d616022951f7942287fddecc3719
11 lines
207 B
Makefile
11 lines
207 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/04/14 22:15:26 lukem Exp $
|
|
|
|
WARNS?= 2 # XXX -Wcast-qual issues
|
|
|
|
PROG= sdiff
|
|
SRCS= common.c edit.c sdiff.c strtonum.c
|
|
|
|
LDADD+= -lutil
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|