DPADD for libm too

This commit is contained in:
plunky 2011-01-19 11:02:00 +00:00
parent dcd10dc42d
commit 74b96c56e3
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.1 2010/10/31 11:26:02 mbalmer Exp $
# $NetBSD: Makefile,v 1.2 2011/01/19 11:02:00 plunky Exp $
PROG= luac
SRCS= luac.c print.c
BINDIR= /usr/bin
DPADD+= ${LIBLUA}
DPADD+= ${LIBLUA} ${LIBM}
LDADD+= ${LIBLUA} -lm
.include <bsd.own.mk>