diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 10:27:05 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 10:27:05 +0000 |
commit | b7946da96b4498519f66f3f5fe72d1474bf13f7d (patch) | |
tree | 756926e3b5383e94680dcfd7df8fd002f56e1dd7 /usr.bin/unifdef | |
parent | 01cc221b4cb01158146875b6acbd412cbbef4a88 (diff) | |
download | src-test2-b7946da96b4498519f66f3f5fe72d1474bf13f7d.tar.gz src-test2-b7946da96b4498519f66f3f5fe72d1474bf13f7d.zip |
Notes
Diffstat (limited to 'usr.bin/unifdef')
-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> |