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