summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/Makefile
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/usr.bin/ld/Makefile
parent96ea8e3f9f330ed008ac287875e3eb2bf27bef31 (diff)
R.I.P.
Diffstat (limited to 'gnu/usr.bin/ld/Makefile')
-rw-r--r--gnu/usr.bin/ld/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile
index 5c804020932..ad9d90104bf 100644
--- a/gnu/usr.bin/ld/Makefile
+++ b/gnu/usr.bin/ld/Makefile
@@ -1,12 +1,10 @@
+# $OpenBSD: Makefile,v 1.2 1996/08/20 05:14:10 tholo Exp $
# $NetBSD: Makefile,v 1.13 1995/04/23 07:58:46 cgd Exp $
PROG= ld
SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c
CFLAGS += -g -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE_ARCH)
-LDADD+= -lgnumalloc
-DPADD+= /usr/lib/libgnumalloc.a
-
SUBDIR= ldconfig ldd
.PATH: $(.CURDIR)/$(MACHINE_ARCH)