summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pw/Makefile')
-rw-r--r--usr.sbin/pw/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index 487ebb1..70b05ac 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/pw/Makefile
@@ -8,10 +8,10 @@ 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?= 2
+WARNS?= 3
-DPADD= ${LIBCRYPT} ${LIBUTIL}
-LDADD= -lcrypt -lutil
+DPADD= ${LIBCRYPT} ${LIBUTIL} ${LIBSBUF}
+LDADD= -lcrypt -lutil -lsbuf
.if ${MK_TESTS} != "no"
SUBDIR+= tests
OpenPOWER on IntegriCloud