NetBSD/gnu/usr.bin/ld/Makefile

18 lines
367 B
Makefile
Raw Normal View History

1995-04-23 11:58:27 +04:00
# $NetBSD: Makefile,v 1.13 1995/04/23 07:58:46 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= ld
1993-10-17 00:52:27 +03:00
SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c
1993-12-05 03:49:23 +03:00
CFLAGS += -g -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE_ARCH)
1993-10-17 00:52:27 +03:00
1993-10-26 09:56:08 +03:00
LDADD+= -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a
SUBDIR= ldconfig ldd
1993-11-03 16:01:36 +03:00
1993-12-08 14:47:17 +03:00
.PATH: $(.CURDIR)/$(MACHINE_ARCH)
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>
.if !defined(NOPIC)
SUBDIR+= rtld
.endif