summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-11-09 19:56:26 +0000
committerian <ian@FreeBSD.org>2014-11-09 19:56:26 +0000
commiteddd11598c6eec82a72713283ff4236f47bf1b30 (patch)
tree47437d8717330564dfb1e0828b4ff6bd7f8d119a /usr.sbin/pw
parent7c9ec90843493356cf3128f211ec4948d839de27 (diff)
downloadFreeBSD-src-eddd11598c6eec82a72713283ff4236f47bf1b30.zip
FreeBSD-src-eddd11598c6eec82a72713283ff4236f47bf1b30.tar.gz
Fix an apparent mis-merge that happened in r274082. Before that, on the
10-stable branch, this makefile had WARNS=2, and on head the value is still 2, but in the MFC done in r274082 it got changed to 3, causing build failures when building with gcc. This direct commit to 10 goes back to WARNS=2.
Diffstat (limited to 'usr.sbin/pw')
-rw-r--r--usr.sbin/pw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index b3c8a39..487ebb1 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/pw/Makefile
@@ -8,7 +8,7 @@ SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \
grupd.c pwupd.c fileupd.c psdate.c \
bitmap.c cpdir.c rm_r.c
-WARNS?= 3
+WARNS?= 2
DPADD= ${LIBCRYPT} ${LIBUTIL}
LDADD= -lcrypt -lutil
OpenPOWER on IntegriCloud