From d6ff5db1704e79033b846d6b162ca2d1ee8a5b46 Mon Sep 17 00:00:00 2001 From: cgd Date: Thu, 7 Oct 1993 07:23:44 +0000 Subject: converted to use gnu malloc, and depend on it correctly --- gnu/usr.bin/diff/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin/diff') diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index a204a9ce614..7dd531c92d8 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -1,10 +1,12 @@ -# $Id: Makefile,v 1.4 1993/09/16 17:39:00 jtc Exp $ +# $Id: Makefile,v 1.5 1993/10/07 07:23:57 cgd Exp $ PROG= diff SRCS= diff.c analyze.c cmpbuf.o io.c context.c ed.c normal.c util.c dir.c \ regex.c side.c ifdef.c version.c getopt.c getopt1.c CFLAGS+=-DHAVE_CONFIG_H -I${.CURDIR} +LDADD+= -lgnumalloc +DPADD+= /usr/lib/libgnumalloc.a NOMAN=noman .include -- cgit