summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/diff3/Makefile
blob: 3d2b422b87fcdd307519123c4c84bb0fc9f0ce13 (plain)
1
2
3
4
5
6
7
8
PROG=		diff3
SRCS=		diff3.c getopt.c getopt1.c version.c
CFLAGS+=	-I$(.CURDIR)/../diff  -DHAVE_CONFIG_H \
		-DDIFF_PROGRAM=\"/usr/bin/diff\"
MAN=		diff3.1

.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../diff
OpenPOWER on IntegriCloud