diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2001-12-03 21:07:23 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2001-12-03 21:07:23 +0000 |
commit | 81ff03de2599ea78cafdde0adb335d55ca2d5304 (patch) | |
tree | d23d4593bd65c58df56697336b0722824dea97fd /usr.bin/lockf/Makefile | |
parent | fc0ee8a40b954c0928df0016d1dcca54a30433bd (diff) | |
download | FreeBSD-src-81ff03de2599ea78cafdde0adb335d55ca2d5304.zip FreeBSD-src-81ff03de2599ea78cafdde0adb335d55ca2d5304.tar.gz |
Warns cleanups.
Diffstat (limited to 'usr.bin/lockf/Makefile')
-rw-r--r-- | usr.bin/lockf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lockf/Makefile b/usr.bin/lockf/Makefile index 77d89c4..b0df209 100644 --- a/usr.bin/lockf/Makefile +++ b/usr.bin/lockf/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ PROG= lockf -CFLAGS+=-Wall +WARNS?= 2 .include <bsd.prog.mk> |