libf2c.so.* depends on libm.so. I'm not sure that this matters in this

case because I expect the f2c front-end should add the -lm automatically.
This commit is contained in:
Peter Wemm 1998-10-11 04:44:12 +00:00
parent 85a6383125
commit 78c6a7e037
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40201

View File

@ -35,4 +35,7 @@ I77SRCS = Version.c backspace.c close.c dfe.c dolio.c due.c endfile.c err.c \
SRCS= ${F77SRCS} ${I77SRCS}
LDADD+= -lm
DPADD+= ${LIBM}
.include <bsd.lib.mk>