summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/diff
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/diff')
-rw-r--r--gnu/usr.bin/diff/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile
index 58818cb..2107b2b8 100644
--- a/gnu/usr.bin/diff/Makefile
+++ b/gnu/usr.bin/diff/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../contrib/diff
+.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 prepend_args.c
+SRCS= analyze.c cmpbuf.c context.c diff.c dir.h ed.c getopt.c getopt1.c \
+ ifdef.c io.c normal.c prepend_args.c side.c util.c version.c
# Important for ctype macros!
CFLAGS+=-funsigned-char
@@ -13,9 +13,9 @@ CFLAGS+=-I${.CURDIR}/../../../contrib/diff
CFLAGS+=-DHAVE_CONFIG_H
CFLAGS+=-DPR_PROGRAM=\"/usr/bin/pr\"
-SUBDIR+= doc
+SUBDIR+=doc
-DPADD+= ${LIBGNUREGEX}
-LDADD+= -lgnuregex
+DPADD+= ${LIBGNUREGEX}
+LDADD+= -lgnuregex
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud