summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/diff/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-10-29 16:36:57 +0000
committerache <ache@FreeBSD.org>1997-10-29 16:36:57 +0000
commitb1e567feab0e2678ab133c9d491537a93a84f2d0 (patch)
treee5b85cde1f931fea8d8bcbf3eb6fc44d0175f0ee /gnu/usr.bin/diff/Makefile
parent692df03d54538d242b178d68845a77f1cab05abc (diff)
downloadFreeBSD-src-b1e567feab0e2678ab133c9d491537a93a84f2d0.zip
FreeBSD-src-b1e567feab0e2678ab133c9d491537a93a84f2d0.tar.gz
Switch to contrib version
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 a6bc385..e33b9f7 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
OpenPOWER on IntegriCloud