summaryrefslogtreecommitdiffstats
path: root/pw/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pw/Makefile')
-rw-r--r--pw/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pw/Makefile b/pw/Makefile
index 69953da..8c5acf9 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -8,7 +8,8 @@ SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \
WARNS?= 2
-LIBADD= crypt util sbuf
+DPADD= ${LIBCRYPT} ${LIBUTIL}
+LDADD= -lcrypt -lutil
.include <src.opts.mk>