summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrd <brd@FreeBSD.org>2014-11-24 21:49:01 +0000
committerbrd <brd@FreeBSD.org>2014-11-24 21:49:01 +0000
commit57a84aae162750413896ab589f0db4e36050cf1f (patch)
treef6c0ab491ed572a1bd3fdc2afd01a359951f966f /usr.sbin
parent25f80d644094514b980d9b760fc714a0ac27e595 (diff)
downloadFreeBSD-src-57a84aae162750413896ab589f0db4e36050cf1f.zip
FreeBSD-src-57a84aae162750413896ab589f0db4e36050cf1f.tar.gz
Convert to LIBADD.
Reviewed by: bapt
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pw/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index 8c5acf9..269b145 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/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>
OpenPOWER on IntegriCloud