From 14810c626c33d929c4cee251bf0cb6628dbabdcf Mon Sep 17 00:00:00 2001 From: David Greenman Date: Mon, 29 Aug 1994 17:01:06 +0000 Subject: [PATCH] Use gnumalloc. --- usr.bin/make/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index 8ee4ba6a400..fa08a374ac6 100644 --- a/usr.bin/make/Makefile +++ b/usr.bin/make/Makefile @@ -11,4 +11,7 @@ SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \ lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c .PATH: ${.CURDIR}/lst.lib +LDADD+= -lgnumalloc +DPADD+= /usr/lib/libgnumalloc.a + .include