diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2003-07-11 05:24:32 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2003-07-11 05:24:32 +0000 |
| commit | 08cbb1d11578f9f47dff0d2ec703fa061b091e6c (patch) | |
| tree | b40be32bee444f017c34aee7eeca2e0ad88e402d /gnu/usr.bin/binutils/readelf | |
| parent | 22bf82941cf53cc1e166678951fd8648cea8aa35 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/readelf')
| -rw-r--r-- | gnu/usr.bin/binutils/readelf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/readelf/Makefile b/gnu/usr.bin/binutils/readelf/Makefile index 96012463f056..d93551c040d4 100644 --- a/gnu/usr.bin/binutils/readelf/Makefile +++ b/gnu/usr.bin/binutils/readelf/Makefile @@ -9,7 +9,7 @@ BINDIR=/usr/bin PROG= readelf SRCS= ${PROG}.c -WARNS= 2 +WARNS= 0 CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils -I${SRCDIR}/binutils DPADD= ${RELTOP}/libbinutils/libbinutils.a |
