use gnu malloc

This commit is contained in:
cgd 1993-11-03 16:29:57 +00:00
parent e9bb2d8df8
commit 0d2eb7ab59
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# $Id: Makefile.cfg,v 1.8 1993/08/02 17:46:10 mycroft Exp $
# $Id: Makefile.cfg,v 1.9 1993/11/03 16:29:57 cgd Exp $
.if defined(PROG)
LDADD+= -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a
.endif
# Paths to libraries
.if exists($(.CURDIR)/../libgroff/obj)