mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
17 lines
367 B
Makefile
17 lines
367 B
Makefile
# $FreeBSD$
|
|
|
|
MAINTAINER= peter@FreeBSD.org
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
.PATH: ${CVSDIR}/diff
|
|
|
|
LIB= diff
|
|
INTERNALLIB= YES
|
|
|
|
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../lib -I${CVSDIR}/lib -DHAVE_CONFIG_H
|
|
|
|
SRCS = diff.c diff3.c analyze.c cmpbuf.c cmpbuf.h io.c context.c ed.c \
|
|
normal.c ifdef.c util.c dir.c version.c diff.h side.c
|
|
|
|
.include <bsd.lib.mk>
|