summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-26 03:06:33 +0000
committerobrien <obrien@FreeBSD.org>1999-11-26 03:06:33 +0000
commitf6909a6280e686cfe858d4c9d0823a024e4327e4 (patch)
tree5fa9acb6021214fb987294ab7652443dd28a3d62 /gnu
parent46689ca7f0002e4deea37db960b95e14958d50cb (diff)
downloadFreeBSD-src-f6909a6280e686cfe858d4c9d0823a024e4327e4.zip
FreeBSD-src-f6909a6280e686cfe858d4c9d0823a024e4327e4.tar.gz
Style changes -- whitespace and sorting.
Diffstat (limited to 'gnu')
-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