summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2000-01-10 11:54:55 +0000
committerphantom <phantom@FreeBSD.org>2000-01-10 11:54:55 +0000
commitdb0722c8278b189f06d8e0dd883458f5065a5783 (patch)
tree3eff9d1aff646f661e248ad4ef149b162912ca0c /gnu/lib/libdialog
parent9705bf46f991d905ee83c57f88d04ede47ef056f (diff)
downloadFreeBSD-src-db0722c8278b189f06d8e0dd883458f5065a5783.zip
FreeBSD-src-db0722c8278b189f06d8e0dd883458f5065a5783.tar.gz
Remove -lncurses and -lmytinfo from LDFLAGS
Diffstat (limited to 'gnu/lib/libdialog')
-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 8abf06f..ddfd122 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}
OpenPOWER on IntegriCloud