Remove -lncurses and -lmytinfo from LDFLAGS

This commit is contained in:
Alexey Zelkin 2000-01-10 11:54:55 +00:00
parent c11c0da371
commit 52a7c4d030
1 changed files with 5 additions and 3 deletions

View File

@ -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}