aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/beep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/beep/Makefile')
-rw-r--r--usr.bin/beep/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/beep/Makefile b/usr.bin/beep/Makefile
index f252ab64f843..1f2548c24819 100644
--- a/usr.bin/beep/Makefile
+++ b/usr.bin/beep/Makefile
@@ -1,6 +1,5 @@
PROG= beep
MAN= beep.1
-
-LDFLAGS= -lm
+LIBADD= m
.include <bsd.prog.mk>