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