Add libm to the dependencies section.

Submitted by:	Garrett Cooper
This commit is contained in:
Nathan Whitehorn 2011-01-18 14:58:12 +00:00
parent 8207db3ec3
commit 1e0658d5ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217536

View File

@ -3,7 +3,7 @@
DIALOG= ${.CURDIR}/../../../contrib/dialog
PROG= dialog
DPADD= $(LIBDIALOG) $(LIBNCURSES)
DPADD= $(LIBDIALOG) $(LIBNCURSES) $(LIBM)
LDADD= -ldialog -lncursesw -lm
CFLAGS+= -I${.CURDIR} -I${DIALOG}
.PATH: ${DIALOG}