summaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/libexec/uucp/Makefile.inc')
-rw-r--r--gnu/libexec/uucp/Makefile.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/libexec/uucp/Makefile.inc b/gnu/libexec/uucp/Makefile.inc
index 6516abf9c93..cc0d8ab4f2f 100644
--- a/gnu/libexec/uucp/Makefile.inc
+++ b/gnu/libexec/uucp/Makefile.inc
@@ -22,11 +22,3 @@ 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
-
-# this is sick, but much easier than putting in the individual programs'
-# makefiles.
-.if defined(PROG)
-# use gnu malloc
-LDADD+= -lgnumalloc
-DPADD+= /usr/lib/libgnumalloc.a
-.endif