summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld/Makefile
blob: 132c6751bf287cfc0645f603e85c0f1941f0aef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id: Makefile,v 1.16 1994/12/23 22:30:29 nate Exp $
#

PROG=	ld
SRCS=	ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c
CFLAGS += -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE)
LDFLAGS+= -Xlinker -Bstatic

SUBDIR=       ldconfig ldd
.if !defined(NOPIC)
SUBDIR+= rtld
.endif

.PATH: $(.CURDIR)/$(MACHINE)

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud