diff options
author | gavin <gavin@FreeBSD.org> | 2010-06-28 08:30:10 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2010-06-28 08:30:10 +0000 |
commit | 491aa14591485204fb4088c282f024c97d2c56cd (patch) | |
tree | a3806b4dea66601324f8c1e8d0ac023710317673 /usr.bin/lock/Makefile | |
parent | 670ade5766fa8021d682a1f86e81ae8fa6b31f07 (diff) | |
download | FreeBSD-src-491aa14591485204fb4088c282f024c97d2c56cd.zip FreeBSD-src-491aa14591485204fb4088c282f024c97d2c56cd.tar.gz |
Make WARNS=6 safe.
Tested by: make universe
Diffstat (limited to 'usr.bin/lock/Makefile')
-rw-r--r-- | usr.bin/lock/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile index 8093ca5..dc09a87 100644 --- a/usr.bin/lock/Makefile +++ b/usr.bin/lock/Makefile @@ -7,6 +7,4 @@ BINMODE=4555 DPADD= ${LIBCRYPT} LDADD= -lcrypt -WARNS?= 1 - .include <bsd.prog.mk> |