summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-10-29 16:36:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-10-29 16:36:57 +0000
commitcd56389a5d57b6e895ddc3df9c697d36d93f3c0d (patch)
treed8563679093b7a89f70157178aa9132c63e11f87 /gnu/usr.bin/diff/Makefile
parent587c6818155bd0e66023ed6ade62f6ebfe8586cc (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/diff/Makefile')
-rw-r--r--gnu/usr.bin/diff/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile
index a6bc38509bd3..e33b9f7c6882 100644
--- a/gnu/usr.bin/diff/Makefile
+++ b/gnu/usr.bin/diff/Makefile
@@ -1,7 +1,15 @@
-# $Id$
+# $Id: Makefile,v 1.7 1997/02/22 15:45:24 peter Exp $
+
+.PATH: ${.CURDIR}/../../../contrib/diff
+
PROG= diff
SRCS= diff.c analyze.c io.c context.c ed.c normal.c ifdef.c util.c dir.c \
version.c getopt.c getopt1.c side.c cmpbuf.c
+
+# Important for ctype macros!
+CFLAGS+=-funsigned-char
+
+CFLAGS+=-I${.CURDIR}/../../../contrib/diff
CFLAGS+=-DHAVE_CONFIG_H
SUBDIR+= doc