mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
mididump(1): Use LIBADD instead of LDFLAGS
Reported by: kevans Sponsored by: The FreeBSD Foundation MFC after: 1 week Reviewed by: markj, emaste Differential Revision: https://reviews.freebsd.org/D47190
This commit is contained in:
parent
6e24259590
commit
feb9ba2993
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,6 @@
|
|||
PROG= mididump
|
||||
SRCS= ${PROG}.c
|
||||
MAN= ${PROG}.1
|
||||
LDFLAGS+= -lm
|
||||
LIBADD+= m
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue