summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/diff3/Makefile
blob: 1acd3142c026e2fbc4c3fd6a5b09fc22a3b2bb7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

.PATH:  ${.CURDIR}/../../../contrib/diff

PROG=		diff3
SRCS=		diff3.c getopt.c getopt1.c version.c

# Important for ctype macros!
CFLAGS+=-funsigned-char

CFLAGS+=-I${.CURDIR}/../../../contrib/diff
CFLAGS+=-DHAVE_CONFIG_H
CFLAGS+=-DDIFF_PROGRAM=\"/usr/bin/diff\"

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud