mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Convert to LIBADD
This commit is contained in:
parent
8cfa07bf68
commit
adf60e7551
2 changed files with 2 additions and 4 deletions
|
|
@ -5,8 +5,7 @@ BINDIR= /usr/local/bin
|
|||
MAN=
|
||||
|
||||
SRCS= main.c mwlstats.c
|
||||
USEPRIVATELIB=
|
||||
LDADD=-lbsdstat
|
||||
LIBADD= bsdstat
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ PROG= npestats
|
|||
SRCS= main.c npestats.c
|
||||
BINDIR= /usr/local/bin
|
||||
MAN=
|
||||
USEPRIVATELIB=
|
||||
LDADD= -lbsdstat
|
||||
LIBADD= bsdstat
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue