diff options
| author | mycroft <mycroft@NetBSD.org> | 1999-07-30 04:07:23 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1999-07-30 04:07:23 +0000 |
| commit | 41147083cf530ac8f6d24df932df20b51ce6b5ed (patch) | |
| tree | 7b05ccd4eb54ba98f12dc6b4c5f97812d29b22c5 /gnu/usr.bin/diff3 | |
| parent | a18e0fb5ab779b374683507c0e0c79db899b40b1 (diff) | |
Don't use GNU malloc() any more.
Diffstat (limited to 'gnu/usr.bin/diff3')
| -rw-r--r-- | gnu/usr.bin/diff3/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/diff3/Makefile b/gnu/usr.bin/diff3/Makefile index 4b9dd6797f7..b42ff5eb962 100644 --- a/gnu/usr.bin/diff3/Makefile +++ b/gnu/usr.bin/diff3/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.10 1999/02/12 12:45:13 tv Exp $ +# $NetBSD: Makefile,v 1.11 1999/07/30 04:07:24 mycroft Exp $ PROG= diff3 SRCS= diff3.c getopt.c getopt1.c version.c CPPFLAGS+= -I${.CURDIR}/../diff -I${DIST}/diffutils \ -DHAVE_CONFIG_H -DDIFF_PROGRAM=\"/usr/bin/diff\" -LDADD+= -lgnumalloc -DPADD+= ${LIBGNUMALLOC} - DIST= ${.CURDIR}/../../dist .PATH: ${.CURDIR}/../diff ${DIST}/diffutils |
