Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / diff3 / Makefile
1 # $FreeBSD: src/gnu/usr.bin/diff3/Makefile,v 1.6 1999/08/27 23:35:34 peter Exp $
2 # $DragonFly: src/gnu/usr.bin/diff3/Makefile,v 1.2 2003/06/17 04:25:45 dillon Exp $
3
4 .PATH:  ${.CURDIR}/../../../contrib/diff
5
6 PROG=           diff3
7 SRCS=           diff3.c getopt.c getopt1.c version.c
8
9 # Important for ctype macros!
10 CFLAGS+=-funsigned-char
11
12 CFLAGS+=-I${.CURDIR}/../../../contrib/diff
13 CFLAGS+=-DHAVE_CONFIG_H
14 CFLAGS+=-DDIFF_PROGRAM=\"/usr/bin/diff\"
15
16 .include <bsd.prog.mk>