1995-04-23 11:58:27 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 1995/04/23 07:58:33 cgd 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
|
1993-09-16 21:39:00 +04:00
|
|
|
CFLAGS+= -I$(.CURDIR)/../diff \
|
|
|
|
-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"
|
1994-03-09 22:06:47 +03:00
|
|
|
|
1993-10-07 10:23:44 +03:00
|
|
|
LDADD+= -lgnumalloc
|
|
|
|
DPADD+= /usr/lib/libgnumalloc.a
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|
1993-07-09 00:14:18 +04:00
|
|
|
.PATH: $(.CURDIR)/../diff
|