summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-02-16 22:56:36 +0000
committerache <ache@FreeBSD.org>2004-02-16 22:56:36 +0000
commitd034a2d7ecd1703fd1c3012696d6336477ac2684 (patch)
tree6ee29fe82963d1b9b1812a78506dae0fd593050c /gnu
parent24f49b8cb4d0d32ee5dbf251d69e9344cc9d30e9 (diff)
downloadFreeBSD-src-d034a2d7ecd1703fd1c3012696d6336477ac2684.zip
FreeBSD-src-d034a2d7ecd1703fd1c3012696d6336477ac2684.tar.gz
Remove files no longer needed
Switch back to regex.h
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/diff/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile
index a61dc88..58a9d1f 100644
--- a/gnu/usr.bin/diff/Makefile
+++ b/gnu/usr.bin/diff/Makefile
@@ -3,13 +3,14 @@
.PATH: ${.CURDIR}/../../../contrib/diff
PROG= diff
-SRCS= analyze.c cmpbuf.c context.c diff.c dir.c ed.c getopt.c getopt1.c \
+SRCS= analyze.c cmpbuf.c context.c diff.c dir.c ed.c \
ifdef.c io.c normal.c prepend_args.c side.c util.c version.c
# Important for ctype macros!
CFLAGS+=-funsigned-char
-CFLAGS+=-I${.CURDIR}/../../../contrib/diff
+CFLAGS+=-I${.CURDIR}/../../../contrib/diff \
+ -I${.CURDIR}/../../../../include/gnu
CFLAGS+=-DHAVE_CONFIG_H
CFLAGS+=-DPR_PROGRAM=\"/usr/bin/pr\"
OpenPOWER on IntegriCloud