NetBSD/gnu/usr.bin/diff3/Makefile

15 lines
364 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 1999/02/12 12:45:13 tv Exp $
1993-07-09 00:14:18 +04:00
PROG= diff3
SRCS= diff3.c getopt.c getopt1.c version.c
CPPFLAGS+= -I${.CURDIR}/../diff -I${DIST}/diffutils \
1993-09-16 21:39:00 +04:00
-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"
LDADD+= -lgnumalloc
1997-03-25 01:02:40 +03:00
DPADD+= ${LIBGNUMALLOC}
1993-03-21 12:45:37 +03:00
DIST= ${.CURDIR}/../../dist
.PATH: ${.CURDIR}/../diff ${DIST}/diffutils
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>