summaryrefslogtreecommitdiffstats
path: root/pw/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2014-11-24 21:49:01 +0000
committerBrad Davis <brd@FreeBSD.org>2014-11-24 21:49:01 +0000
commitae44a9ce9a3691f9927d998b23ad14d4816244ac (patch)
tree0b19af282490322b6ff5e2c553653bac3fd21760 /pw/Makefile
parentdb6b0912de06dd7c8a2f9749c463ad98f19c978b (diff)
downloadpw-darwin-ae44a9ce9a3691f9927d998b23ad14d4816244ac.tar.gz
pw-darwin-ae44a9ce9a3691f9927d998b23ad14d4816244ac.tar.zst
pw-darwin-ae44a9ce9a3691f9927d998b23ad14d4816244ac.zip
Convert to LIBADD.
Reviewed by: bapt
Diffstat (limited to 'pw/Makefile')
-rw-r--r--pw/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/pw/Makefile b/pw/Makefile
index 8c5acf9..269b145 100644
--- a/pw/Makefile
+++ b/pw/Makefile
@@ -8,8 +8,7 @@ SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c pw_vpw.c \
WARNS?= 2
-DPADD= ${LIBCRYPT} ${LIBUTIL}
-LDADD= -lcrypt -lutil
+LIBADD= crypt util
.include <src.opts.mk>