mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Use libutil in DPADD as well.
Submitted by: ru
This commit is contained in:
parent
bc8695dc6c
commit
f6f55a1f11
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145854
@ -17,6 +17,6 @@ CFLAGS+= -I${.CURDIR}/../../contrib/pf/pfctl -Wall -Werror
|
||||
CFLAGS+= -DENABLE_ALTQ
|
||||
|
||||
LDADD+= -lm -lmd -lutil
|
||||
DPADD+= ${LIBM} ${LIBMD}
|
||||
DPADD+= ${LIBM} ${LIBMD} ${LIBUTIL}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user