Repair breakage after r228697: since m4 now uses pow(3), it needs -lm.

Pointy hat to:	bapt
This commit is contained in:
Dimitry Andric 2011-12-18 23:54:32 +00:00
parent 4fff7a14ae
commit c48f7f6814
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228698

View File

@ -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