NetBSD/gnu/usr.bin/diff/Makefile

17 lines
417 B
Makefile
Raw Normal View History

2000-11-08 03:08:29 +03:00
# $NetBSD: Makefile,v 1.15 2000/11/08 00:08:30 wiz Exp $
1993-03-21 12:45:37 +03:00
PROG= diff
SRCS= diff.c analyze.c cmpbuf.c io.c context.c ed.c normal.c util.c \
2000-11-08 03:08:29 +03:00
dir.c regex.c side.c ifdef.c version.c getopt.c getopt1.c
1993-09-16 21:39:00 +04:00
CPPFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} -I${DIST}/diffutils \
-DPR_PROGRAM=\"/usr/bin/pr\"
1993-03-21 12:45:37 +03:00
TEXINFO= diff.texi
DIST= ${.CURDIR}/../../dist
.PATH: ${DIST}/diffutils
.include <bsd.info.mk>
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>