Use ${VAR} instead of $(VAR) consistently.

This commit is contained in:
Max Khon 2011-11-24 14:17:04 +00:00
parent bc14d7f4c4
commit 7c86633876
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227936

View file

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