summaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-08-20 05:14:12 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-08-20 05:14:12 +0000
commit2c28cbf6fb8dfa51591134a1423111617c20e19d (patch)
treef4a567fbebea792d64a34e5036630707caee9265 /gnu/libexec
parent96ea8e3f9f330ed008ac287875e3eb2bf27bef31 (diff)
R.I.P.
Diffstat (limited to 'gnu/libexec')
-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