summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/m4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile
index ce93ede..fefaf4d 100644
--- a/usr.bin/m4/Makefile
+++ b/usr.bin/m4/Makefile
@@ -6,7 +6,7 @@
PROG= m4
CFLAGS+=-DEXTENDED -I${.CURDIR}/lib
-LDADD= -ly -ll
+LDADD= -ly -ll -lm
# clang needs 1 while with gcc we can use 2
#WARNS= 1
OpenPOWER on IntegriCloud