]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rtld-elf/Makefile
This commit was generated by cvs2svn to compensate for changes in r38494,
[FreeBSD/FreeBSD.git] / libexec / rtld-elf / Makefile
1 #
2 #       $Id: Makefile,v 1.2 1998/04/30 07:47:58 dfr Exp $
3 #
4
5 PROG=           ld-elf.so.1
6 SRCS=           rtld_start.S rtld.c map_object.c malloc.c xmalloc.c debug.c
7 NOMAN=          true
8 CFLAGS+=        -elf -fpic -DFREEBSD_ELF
9 CFLAGS+=        -Wall
10 LDFLAGS+=       -elf -nostdlib -Wl,-Bshareable,-Bsymbolic
11 LDADD+=         -lc_pic
12 # Atomic installation with "-C" is very important for this program.
13 INSTALLFLAGS+=  -C
14
15 .PATH: ${.CURDIR}/${MACHINE}
16
17 .include <bsd.prog.mk>