blob: 1251f4d2e502b67890e479603523c50a63e711ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.13 2000/11/08 00:08:30 wiz Exp $
PROG= diff3
SRCS= diff3.c getopt.c getopt1.c version.c
CPPFLAGS+= -I${.CURDIR}/../diff -I${DIST}/diffutils \
-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"
DIST= ${.CURDIR}/../../dist
.PATH: ${.CURDIR}/../diff ${DIST}/diffutils
.include <bsd.prog.mk>
|