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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index bee05cc..bb82d3a 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/pw/Makefile
@@ -11,8 +11,8 @@ MAN8= pw.8
#RND= -DUSE_MD5RAND
CFLAGS+= -W -Wall $(CDB) $(RND)
-LDADD= -lcrypt
-DPADD= ${LIBCRYPT}
+LDADD= -lcrypt -lutil
+DPADD= ${LIBCRYPT} ${LIBUTIL}
BINMODE=0555
OpenPOWER on IntegriCloud