Remove -lmalloc; it's no longer relevant.

Pointed-Out-By: jdp, dima and others.
This commit is contained in:
Jordan K. Hubbard 1997-01-17 06:32:35 +00:00
parent ff8cb1a305
commit cb0a6fc85f
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ DPADD+= ${.CURDIR}/../libiberty/libiberty.a
.endif
DPADD+= ${LIBTERMCAP}
LDADD+= -ltermcap -lmalloc
LDADD+= -ltermcap
.if exists(${.OBJDIR}/../libiberty)
LDADD+= -L${.OBJDIR}/../libiberty -liberty

View File

@ -56,7 +56,7 @@ DPADD+= ${.CURDIR}/../libiberty/libiberty.a
.endif
DPADD+= ${LIBTERMCAP}
LDADD+= -ltermcap -lmalloc
LDADD+= -ltermcap
.if exists(${.OBJDIR}/../libiberty)
LDADD+= -L${.OBJDIR}/../libiberty -liberty