1999-07-30 08:07:23 +04:00
|
|
|
# $NetBSD: Makefile,v 1.11 1999/07/30 04:07:24 mycroft Exp $
|
1993-08-02 21:18:41 +04:00
|
|
|
|
1993-07-09 00:14:18 +04:00
|
|
|
PROG= diff3
|
|
|
|
SRCS= diff3.c getopt.c getopt1.c version.c
|
1999-02-12 15:45:05 +03:00
|
|
|
CPPFLAGS+= -I${.CURDIR}/../diff -I${DIST}/diffutils \
|
1993-09-16 21:39:00 +04:00
|
|
|
-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"
|
1994-03-09 22:06:47 +03:00
|
|
|
|
1999-02-12 15:45:05 +03:00
|
|
|
DIST= ${.CURDIR}/../../dist
|
|
|
|
.PATH: ${.CURDIR}/../diff ${DIST}/diffutils
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.prog.mk>
|