mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
authpf does not need to link to libmd
This commit is contained in:
parent
7d369c6e2f
commit
e4474f161b
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ SRCS= authpf.c
|
|||
# XXX ALTQ:
|
||||
CFLAGS+= -DENABLE_ALTQ
|
||||
|
||||
LIBADD= m md util
|
||||
LIBADD= m util
|
||||
|
||||
WARNS?= 3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue