summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2000-01-10 11:54:55 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2000-01-10 11:54:55 +0000
commit52a7c4d030964100a846e1915b96963eda7ef650 (patch)
tree0267d4aed24acaaed573120383c385e93d004d0a /gnu/lib
parentc11c0da3717a0e814b4dda10a60dc817fda56813 (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libdialog/TESTS/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/lib/libdialog/TESTS/Makefile b/gnu/lib/libdialog/TESTS/Makefile
index 8abf06f93d57..ddfd12202639 100644
--- a/gnu/lib/libdialog/TESTS/Makefile
+++ b/gnu/lib/libdialog/TESTS/Makefile
@@ -1,5 +1,7 @@
-# Really quick and evil Makefile for building all the tests. I wish that bmake was friendlier to
-# the concept of multiple progs/libs in the same directory.
+# Really quick and evil Makefile for building all the tests. I wish that
+# bmake was friendlier to the concept of multiple progs/libs in the same
+# directory.
+#
# $FreeBSD$
PROGS= msg yesno prgbox gauge dselect fselect text menu1 menu2 menu3 \
@@ -7,7 +9,7 @@ PROGS= msg yesno prgbox gauge dselect fselect text menu1 menu2 menu3 \
ftree1 ftree2 tree
CFLAGS+= -Wall -Wstrict-prototypes
-LDFLAGS += -ldialog -lncurses -lmytinfo
+LDFLAGS+= -ldialog
all: ${PROGS}