mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Convert to LIBADD.
Reviewed by: bapt
This commit is contained in:
parent
768987b5d0
commit
a736c8ae2a
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue