Also include terminfo for platforms with static libraries (e.g. sun2). From uwe/nia.

This commit is contained in:
cjep 2021-05-08 14:11:37 +00:00
parent a7559334b0
commit db32e0f652

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.1 2021/05/07 16:29:24 nia Exp $ # $NetBSD: Makefile,v 1.2 2021/05/08 14:11:37 cjep Exp $
PROG= aiomixer PROG= aiomixer
SRCS+= main.c draw.c parse.c SRCS+= main.c draw.c parse.c
LDADD+= -lcurses LDADD+= -lcurses -lterminfo
DPADD+= $(LIBCURSES) DPADD+= ${LIBCURSES} ${LIBTERMINFO}
WARNS= 6 WARNS= 6