diff options
author | des <des@FreeBSD.org> | 2008-11-04 13:51:15 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2008-11-04 13:51:15 +0000 |
commit | 07619c0f0d538706c92afc22c4acd8a0f79e5307 (patch) | |
tree | 0faca2633c4f0202f3eaefcb786a4d36e05d659c /lib/libutil/Makefile | |
parent | 506af7637c3aee41d59359c8651d60b4ebf1aa1a (diff) | |
download | FreeBSD-src-07619c0f0d538706c92afc22c4acd8a0f79e5307.zip FreeBSD-src-07619c0f0d538706c92afc22c4acd8a0f79e5307.tar.gz |
libutil now builds at WARNS level 6.
MFC after: 3 weeks
Diffstat (limited to 'lib/libutil/Makefile')
-rw-r--r-- | lib/libutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index ce544c3..777f95e 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -15,6 +15,8 @@ SRCS= _secure_path.c auth.c gr_util.c expand_number.c flopen.c fparseln.c \ stub.c trimdomain.c uucplock.c INCS= libutil.h login_cap.h +WARNS?= 6 + CFLAGS+= -DLIBC_SCCS .if ${MK_INET6_SUPPORT} != "no" |