HardenedBSD/gnu/usr.bin/diff3/Makefile

16 lines
300 B
Makefile
Raw Normal View History

1999-08-28 01:37:10 +02:00
# $FreeBSD$
1997-10-29 17:50:42 +01:00
.PATH: ${.CURDIR}/../../../contrib/diff
PROG= diff3
SRCS= diff3.c getopt.c getopt1.c version.c
1997-10-29 17:50:42 +01: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 10:19:28 +02:00
.include <bsd.prog.mk>