diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 01:57:47 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-04 01:57:47 +0000 |
commit | a748290789444352877e207721a7db215206cc9a (patch) | |
tree | 46fa80addd858339c663ba48aaca464400ef1d99 /bin/test/Makefile | |
parent | 4d2647f96a5405550a2836bd18e6860514cf0cf0 (diff) |
Default to WARNS=2. Binary builds that cannot handle this must explicitly
set WARNS=0.
Reviewed by: mike
Notes
Notes:
svn path=/head/; revision=87323
Diffstat (limited to 'bin/test/Makefile')
-rw-r--r-- | bin/test/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile index 2a9c4d776ab6..c1bc62c5fc6e 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -5,6 +5,4 @@ PROG= test LINKS= ${BINDIR}/test ${BINDIR}/[ MLINKS= test.1 '[.1' -WARNS?= 2 - .include <bsd.prog.mk> |