Style changes -- whitespace and sorting.

This commit is contained in:
David E. O'Brien 1999-11-26 03:06:33 +00:00
parent 20ee132cae
commit c0bc11462b

View file

@ -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>