mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
10 lines
224 B
Makefile
10 lines
224 B
Makefile
|
|
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
|
|
CFLAGS+=-DHAVE_CONFIG_H
|
|
|
|
DPADD+= ${LIBGNUREGEX}
|
|
LDADD+= -lgnuregex
|
|
|
|
.include <bsd.prog.mk>
|