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:
Christos Margiolis 2024-10-19 16:34:20 +02:00
parent 6e24259590
commit feb9ba2993

View file

@ -3,6 +3,6 @@
PROG= mididump
SRCS= ${PROG}.c
MAN= ${PROG}.1
LDFLAGS+= -lm
LIBADD+= m
.include <bsd.prog.mk>