4 lines
72 B
Makefile
4 lines
72 B
Makefile
LIBTERMCAP?= -ltermcap
|
|
CPPFLAGS+= -DHAVE_TERMCAP
|
|
LDADD+= ${LIBTERMCAP}
|