freebsd-dev/gnu/usr.bin/diff3/Makefile

16 lines
300 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
1997-10-29 16:50:42 +00:00
.PATH: ${.CURDIR}/../../../contrib/diff
PROG= diff3
SRCS= diff3.c getopt.c getopt1.c version.c
1997-10-29 16:50:42 +00:00
# Important for ctype macros!
CFLAGS+=-funsigned-char
CFLAGS+=-I${.CURDIR}/../../../contrib/diff
CFLAGS+=-DHAVE_CONFIG_H
CFLAGS+=-DDIFF_PROGRAM=\"/usr/bin/diff\"
1993-06-29 08:19:28 +00:00
.include <bsd.prog.mk>