Use gnumalloc.

This commit is contained in:
David Greenman 1994-08-29 17:01:06 +00:00
parent d70574cd96
commit 14810c626c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2390

View File

@ -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>