mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
beep: add missing include of src.opts.mk, use LIBADD instead of LDFLAGS
Sponsored by: Netflix
This commit is contained in:
parent
fc40132603
commit
623be660fc
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.include <src.opts.mk>
|
||||
|
||||
PROG= beep
|
||||
MAN= beep.1
|
||||
|
||||
LDFLAGS= -lm
|
||||
LIBADD= m
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue