diff options
Diffstat (limited to 'bin/test/Makefile')
-rw-r--r-- | bin/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/test/Makefile b/bin/test/Makefile index 42be7b2..2a9c4d7 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -5,6 +5,6 @@ PROG= test LINKS= ${BINDIR}/test ${BINDIR}/[ MLINKS= test.1 '[.1' -WARNS= 2 +WARNS?= 2 .include <bsd.prog.mk> |