mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
Bring LDADD in line with DPADD.
Reported by: bde
This commit is contained in:
parent
4897e8320e
commit
673fac08fd
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ MAN8= vinum.8
|
|||
|
||||
CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG
|
||||
DPADD= ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT}
|
||||
LDADD= -lutil -lreadline -ltermcap -ldevstat
|
||||
LDADD= -lreadline -ltermcap -ldevstat
|
||||
|
||||
.PATH: ${.CURDIR}/../../sys/dev/vinum
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue