opnsense-src/gnu/usr.bin/ld/Makefile

17 lines
334 B
Makefile
Raw Normal View History

1995-09-22 10:14:32 -04:00
# $Id: Makefile,v 1.16 1994/12/23 22:30:29 nate Exp $
1993-11-03 18:41:59 -05:00
#
1993-06-29 05:58:20 -04:00
PROG= ld
1993-11-03 18:41:59 -05:00
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
1993-11-03 18:41:59 -05:00
SUBDIR= ldconfig ldd
.if !defined(NOPIC)
SUBDIR+= rtld
.endif
1993-11-03 18:41:59 -05:00
.PATH: $(.CURDIR)/$(MACHINE)
1993-06-29 05:58:20 -04:00
.include <bsd.prog.mk>