diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-13 05:14:31 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-13 05:14:31 +0000 |
| commit | 2cadc0a98ee3c64ffebc2c07ab4e9f6537016d8b (patch) | |
| tree | 235b21d2b7c06335e0a4ab36debb482acb63dba9 /gnu/usr.bin/binutils/nm | |
| parent | 5ce88ec47ecaa4ab3b3468d803064b5d236e8e65 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/nm')
| -rw-r--r-- | gnu/usr.bin/binutils/nm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/nm/Makefile b/gnu/usr.bin/binutils/nm/Makefile index 89040cec6906..98c0c48ecf29 100644 --- a/gnu/usr.bin/binutils/nm/Makefile +++ b/gnu/usr.bin/binutils/nm/Makefile @@ -6,6 +6,7 @@ PROG= nm SRCS= nm.c +WARNS= 2 CFLAGS+= -I${.CURDIR}/${RELTOP}/libbinutils CFLAGS+= -I${SRCDIR}/binutils DPADD= ${RELTOP}/libbinutils/libbinutils.a |
