diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:50:19 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 09:50:19 +0000 |
| commit | 1100c0013116f4af50d7a5b8bf23db2a13892714 (patch) | |
| tree | 51df4f210477ce05c47ea90818f4ca05c7479989 /libexec/rtld-elf/Makefile | |
| parent | 3e08d559a869564e3397e171f38f89c737911a47 (diff) | |
Notes
Diffstat (limited to 'libexec/rtld-elf/Makefile')
| -rw-r--r-- | libexec/rtld-elf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 5e9729c68bde..d6df617d424d 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -12,6 +12,7 @@ CSTD?= gnu99 CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD CFLAGS+= -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR} LDFLAGS+= -nostdlib -e .rtld_start +WARNS?= 2 INSTALLFLAGS= -C -b PRECIOUSPROG= BINDIR= /libexec |
