summaryrefslogtreecommitdiffstats
path: root/usr.sbin/vipw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/vipw/Makefile')
-rw-r--r--usr.sbin/vipw/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/vipw/Makefile b/usr.sbin/vipw/Makefile
index ca9f2f5..1dd091a 100644
--- a/usr.sbin/vipw/Makefile
+++ b/usr.sbin/vipw/Makefile
@@ -3,7 +3,8 @@
PROG= vipw
MAN= vipw.8
-SRCS= pw_util.c vipw.c
+DPADD= ${LIBUTIL}
+LDADD= -lutil
WARNS?= 4
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud