Makefile (415e34c4d5dff4c334330d58e06644da5c39b0bd) Makefile (e3e21edb19b4535dde96a616963cf8ac4e648c13)
1# $FreeBSD$
2
3# Use the following command to build local debug version of dynamic
4# linker:
1# $FreeBSD$
2
3# Use the following command to build local debug version of dynamic
4# linker:
5# make DEBUG_FLAGS=-g DEBUG=-DDEBUG WITHOUT_TESTS=yes all
5# make DEBUG_FLAGS=-g WITHOUT_TESTS=yes all
6
7.include <src.opts.mk>
8PACKAGE= clibs
9MK_PIE= no # Always position independent using local rules
10MK_SSP= no
11
12CONFS= libmap.conf
13PROG?= ld-elf.so.1

--- 105 unchanged lines hidden ---
6
7.include <src.opts.mk>
8PACKAGE= clibs
9MK_PIE= no # Always position independent using local rules
10MK_SSP= no
11
12CONFS= libmap.conf
13PROG?= ld-elf.so.1

--- 105 unchanged lines hidden ---