diff options
author | brd <brd@FreeBSD.org> | 2014-11-24 21:49:01 +0000 |
---|---|---|
committer | brd <brd@FreeBSD.org> | 2014-11-24 21:49:01 +0000 |
commit | 57a84aae162750413896ab589f0db4e36050cf1f (patch) | |
tree | f6c0ab491ed572a1bd3fdc2afd01a359951f966f /usr.sbin/pw/Makefile | |
parent | 25f80d644094514b980d9b760fc714a0ac27e595 (diff) | |
download | FreeBSD-src-57a84aae162750413896ab589f0db4e36050cf1f.zip FreeBSD-src-57a84aae162750413896ab589f0db4e36050cf1f.tar.gz |
Convert to LIBADD.
Reviewed by: bapt
Diffstat (limited to 'usr.sbin/pw/Makefile')
-rw-r--r-- | usr.sbin/pw/Makefile | 3 |
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> |