#	BSDI	Makefile,v 1.2 1994/12/15 02:11:51 polk Exp

PROG=	wdiff
CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR}
SRCS=	wdiff.c readpipe.c writepipe.c error.c getopt.c getopt1.c
LDADD+=	-ltermcap
DPADD+=	${LIBTERMCAP}

afterinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${.CURDIR}/cbars.sh ${DESTDIR}${BINDIR}/cbars

.include <bsd.prog.mk>
