diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-29 16:36:57 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-29 16:36:57 +0000 |
| commit | cd56389a5d57b6e895ddc3df9c697d36d93f3c0d (patch) | |
| tree | d8563679093b7a89f70157178aa9132c63e11f87 /gnu/usr.bin/diff/Makefile | |
| parent | 587c6818155bd0e66023ed6ade62f6ebfe8586cc (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/diff/Makefile')
| -rw-r--r-- | gnu/usr.bin/diff/Makefile | 10 |
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 |
