# $NetBSD: Makefile,v 1.7 1995/04/23 07:58:33 cgd Exp $ PROG= diff3 SRCS= diff3.c getopt.c getopt1.c version.c CFLAGS+= -I$(.CURDIR)/../diff \ -DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\" LDADD+= -lgnumalloc DPADD+= /usr/lib/libgnumalloc.a .include .PATH: $(.CURDIR)/../diff