diff options
Diffstat (limited to 'usr.bin/unifdef/Makefile')
-rw-r--r-- | usr.bin/unifdef/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile index b31709aa6e62..dcd358f23192 100644 --- a/usr.bin/unifdef/Makefile +++ b/usr.bin/unifdef/Makefile @@ -4,6 +4,5 @@ PROG= unifdef SCRIPTS=unifdefall.sh MLINKS= unifdef.1 unifdefall.1 -WARNS?= 5 .include <bsd.prog.mk> |