diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2002-01-06 08:47:19 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2002-01-06 08:47:19 +0000 |
commit | 2adfea6f6c8d20b21041adaf589369da8509cdd9 (patch) | |
tree | d1ae467daf401189197fb68d8c011c9992e98ccd /lib/libsbuf/Makefile | |
parent | 371c0c842ad36c92c14e3e0fe5036f0a41148505 (diff) | |
download | src-2adfea6f6c8d20b21041adaf589369da8509cdd9.tar.gz src-2adfea6f6c8d20b21041adaf589369da8509cdd9.zip |
Enable WARNS?=2.
Notes
Notes:
svn path=/head/; revision=88952
Diffstat (limited to 'lib/libsbuf/Makefile')
-rw-r--r-- | lib/libsbuf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsbuf/Makefile b/lib/libsbuf/Makefile index 40d6c157be78..222b4d116b08 100644 --- a/lib/libsbuf/Makefile +++ b/lib/libsbuf/Makefile @@ -2,6 +2,7 @@ LIB= sbuf SRCS= subr_sbuf.c +WARNS?= 2 .PATH: ${.CURDIR}/../../sys/kern |