summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-29 17:01:06 +0000
committerdg <dg@FreeBSD.org>1994-08-29 17:01:06 +0000
commit74dd308e4e08f32ee6458fc0c3fbfdea073b34cb (patch)
tree43d7651a8daaa7f4a0a8b60e9ed37a6861dee9d0 /usr.bin/make
parentf91b99de988ba2906c698b969f4f84842a5680cf (diff)
downloadFreeBSD-src-74dd308e4e08f32ee6458fc0c3fbfdea073b34cb.zip
FreeBSD-src-74dd308e4e08f32ee6458fc0c3fbfdea073b34cb.tar.gz
Use gnumalloc.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 8ee4ba6..fa08a37 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud