aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pw/Makefile')
-rw-r--r--usr.sbin/pw/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index 8937124f22f4..ae0023c6a323 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/pw/Makefile
@@ -6,6 +6,8 @@ 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 edgroup.c psdate.c \
bitmap.c cpdir.c rm_r.c
+WARNS?= 1
+
DPADD= ${LIBCRYPT} ${LIBUTIL}
LDADD= -lcrypt -lutil