summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/Makefile
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2005-04-22 18:57:32 +0000
committertrhodes <trhodes@FreeBSD.org>2005-04-22 18:57:32 +0000
commita9041ad05e65ee883064bafe1354b882f7a6e926 (patch)
tree8eaec3ef942b33f43cb2a0095b2fc64d99d2c22d /gnu/lib/libdialog/Makefile
parent01f75275c618543eb788c9bb841d7ed8a0d5e9f5 (diff)
downloadFreeBSD-src-a9041ad05e65ee883064bafe1354b882f7a6e926.zip
FreeBSD-src-a9041ad05e65ee883064bafe1354b882f7a6e926.tar.gz
Enforce style.Makefile(5).
Glanced at by: ru (some time ago).
Diffstat (limited to 'gnu/lib/libdialog/Makefile')
-rw-r--r--gnu/lib/libdialog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index 9f64ca0..1d6a6aa 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -17,8 +17,8 @@ EXAMPLES= Makefile check1.c check2.c check3.c dselect.c fselect.c \
CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE
-LDADD= -lncurses
DPADD= ${LIBNCURSES}
+LDADD= -lncurses
.if !defined(NO_HTML)
FILES= ${EXAMPLES:C;^;${.CURDIR}/TESTS/;}
OpenPOWER on IntegriCloud