summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff3/Makefile
blob: 87b431b68ed96abb379dd9a4a52f50252c91aa24 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 1996/08/20 05:14:06 tholo Exp $
#	$NetBSD: Makefile,v 1.7 1995/04/23 07:58:33 cgd Exp $

PROG=		diff3
SRCS=		diff3.c getopt.c getopt1.c version.c
CFLAGS+=	-I$(.CURDIR)/../diff \
		-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"

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