Deleted Added
full compact
Makefile (753) Makefile (30843)
1# $Id: Makefile,v 1.7 1997/02/22 15:45:24 peter Exp $
2
3.PATH: ${.CURDIR}/../../../contrib/diff
4
1PROG= diff3
2SRCS= diff3.c getopt.c getopt1.c version.c
5PROG= diff3
6SRCS= diff3.c getopt.c getopt1.c version.c
3CFLAGS+= -I$(.CURDIR)/../diff -DHAVE_CONFIG_H \
4 -DDIFF_PROGRAM=\"/usr/bin/diff\"
5MAN= diff3.1
6
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
7.include <bsd.prog.mk>
15.include <bsd.prog.mk>
8.PATH: $(.CURDIR)/../diff