mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
8 lines
205 B
Makefile
8 lines
205 B
Makefile
PROG= diff3
|
|
SRCS= diff3.c getopt.c getopt1.c version.c
|
|
CFLAGS+= -I$(.CURDIR)/../diff -DHAVE_CONFIG_H \
|
|
-DDIFF_PROGRAM=\"/usr/bin/diff\"
|
|
MAN= diff3.1
|
|
|
|
.include <bsd.prog.mk>
|
|
.PATH: $(.CURDIR)/../diff
|