opnsense-src/gnu/usr.bin/cvs/libdiff/Makefile

23 lines
398 B
Makefile
Raw Normal View History

1999-08-27 19:37:10 -04:00
# $FreeBSD$
1998-01-25 23:14:21 -05:00
2000-01-10 06:38:51 -05:00
MAINTAINER= peter@FreeBSD.org
1999-12-08 11:43:32 -05:00
1998-01-25 23:14:21 -05:00
.include "${.CURDIR}/../Makefile.inc"
.PATH: ${CVSDIR}/diff
LIB= diff
NOPROFILE= yes
NOPIC= 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
install:
@echo -n
.include <bsd.lib.mk>