1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../contrib/diff 4 5PROG= diff3 6SRCS= diff3.c getopt.c getopt1.c version.c 7 8# Important for ctype macros! 9CFLAGS+=-funsigned-char 10 11CFLAGS+=-I${.CURDIR}/../../../contrib/diff 12CFLAGS+=-DHAVE_CONFIG_H 13CFLAGS+=-DDIFF_PROGRAM=\"/usr/bin/diff\" 14 15.include <bsd.prog.mk> 16