Fix build.

This commit is contained in:
Andreas Tobler 2012-10-21 08:38:55 +00:00
parent 13d827cccf
commit 6f1a642726
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241797

View File

@ -5,7 +5,7 @@
# if you want the paste & spaste macros.
PROG= m4
CFLAGS+=-DEXTENDED -I${.CURDIR}/lib
CFLAGS+=-DEXTENDED -I${.CURDIR} -I${.CURDIR}/lib
LDADD= -ly -ll -lm
# clang needs 1 while with gcc we can use 2
#WARNS= 1