diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2001-12-03 21:28:37 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2001-12-03 21:28:37 +0000 |
commit | cffa7a579a110b593549c29813de4ecc08cb5285 (patch) | |
tree | 31cbfbeae74932923755c8b30ec0897af132c405 /usr.bin/strip | |
parent | 71a3cce2f6884be6778c740c9bd96fa224f849a0 (diff) | |
download | FreeBSD-src-cffa7a579a110b593549c29813de4ecc08cb5285.zip FreeBSD-src-cffa7a579a110b593549c29813de4ecc08cb5285.tar.gz |
Strip seems to be warns clean on i386 and alpha.
Diffstat (limited to 'usr.bin/strip')
-rw-r--r-- | usr.bin/strip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index fe05a65..3dc78f3 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -3,6 +3,7 @@ PROG= strip MAN= strip.1aout +WARNS?= 2 BINDIR= /usr/libexec/aout CLEANFILES += maybe_stripped |