summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld/Makefile
blob: 37305d1bfdaee6050600dd37f72fedf0418c4f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: Makefile,v 1.27 1998/09/09 11:22:28 kato Exp $
#

RTLD=	${.CURDIR}/../../../libexec/rtld-aout
GCCDIR=	${.CURDIR}/../../../contrib/egcs/gcc

PROG=	ld
BINDIR= /usr/libexec/aout
MAN1aout=ld.1aout
SRCS=	ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c \
	cplus-dem.c
CFLAGS+= -I${.CURDIR} -I${RTLD} -I${RTLD}/${MACHINE_ARCH} \
	-I${GCCDIR} -DIN_GCC -DDEMANGLE_CPLUSPLUS -DFREEBSD_AOUT
NOSHARED?= yes

.PATH: ${RTLD} ${RTLD}/${MACHINE_ARCH} ${GCCDIR}

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