mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
trim: add missing include of src.opts.mk, remove unneeded LDFLAGS
Sponsored by: Netflix
This commit is contained in:
parent
623be660fc
commit
db466e4754
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
|
.include <src.opts.mk>
|
||||||
|
|
||||||
PROG= trim
|
PROG= trim
|
||||||
MAN= trim.8
|
MAN= trim.8
|
||||||
LIBADD= util
|
LIBADD= util
|
||||||
LDFLAGS= -lutil
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue