diff options
| author | cgd <cgd@NetBSD.org> | 1993-10-26 06:56:08 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-10-26 06:56:08 +0000 |
| commit | 130c0dd9d95a7a72a0e391dc98b8b54dc29175cf (patch) | |
| tree | c15999c36a8b109fcd2e9f5392b4fcbb7c2160ab /gnu/libexec | |
| parent | 47850d1d3b2a2fb2566b52f68597922601d30eb4 (diff) | |
use gnu malloc
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/Makefile.inc b/gnu/libexec/uucp/Makefile.inc index 4bdbcaafa52..6b942ad0af7 100644 --- a/gnu/libexec/uucp/Makefile.inc +++ b/gnu/libexec/uucp/Makefile.inc @@ -28,3 +28,7 @@ newconfigdir= /etc/uucp # The directory to look in for BNU (when using HAVE_BNU_CONFIG) or # V2 (when using HAVE_V2_CONFIG) style configuration files. oldconfigdir= /etc/uucp + +# use gnu malloc +LDADD+= -lgnumalloc +DPADD+= /usr/lib/libgnumalloc.a |
