mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style changes -- whitespace and sorting.
This commit is contained in:
parent
20ee132cae
commit
c0bc11462b
1 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue