diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-20 05:14:12 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-08-20 05:14:12 +0000 |
commit | 2c28cbf6fb8dfa51591134a1423111617c20e19d (patch) | |
tree | f4a567fbebea792d64a34e5036630707caee9265 /gnu/libexec | |
parent | 96ea8e3f9f330ed008ac287875e3eb2bf27bef31 (diff) |
R.I.P.
Diffstat (limited to 'gnu/libexec')
-rw-r--r-- | gnu/libexec/uucp/Makefile.inc | 8 |
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 |