summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/diff3
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1997-03-24 22:02:40 +0000
committerchristos <christos@NetBSD.org>1997-03-24 22:02:40 +0000
commit0aad9d43785b79301bfeae771d4597e16be5b0d6 (patch)
tree2c14635baf80f1100790c12303a144efb007806d /gnu/usr.bin/diff3
parent3917c3179dd8de5f34cf0085680aa79bd1869d6c (diff)
Makefile cleanups
Diffstat (limited to 'gnu/usr.bin/diff3')
-rw-r--r--gnu/usr.bin/diff3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile
index 415d2f2dafd..7e5a8bb110f 100644
--- a/gnu/usr.bin/diff3/Makefile
+++ b/gnu/usr.bin/diff3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1995/04/23 07:58:33 cgd Exp $
+# $NetBSD: Makefile,v 1.8 1997/03/24 22:06:12 christos Exp $
PROG= diff3
SRCS= diff3.c getopt.c getopt1.c version.c
@@ -6,7 +6,7 @@ CFLAGS+= -I$(.CURDIR)/../diff \
-DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\"
LDADD+= -lgnumalloc
-DPADD+= /usr/lib/libgnumalloc.a
+DPADD+= ${LIBGNUMALLOC}
.include <bsd.prog.mk>
.PATH: $(.CURDIR)/../diff