freebsd-dev/gnu/usr.bin/ld/Makefile
1995-09-22 14:14:32 +00:00

17 lines
334 B
Makefile

# $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>