mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -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
|
||||
MAN= trim.8
|
||||
LIBADD= util
|
||||
LDFLAGS= -lutil
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue