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
SRCS+= main.c draw.c parse.c
LDADD+= -lcurses
DPADD+= $(LIBCURSES)
LDADD+= -lcurses -lterminfo
DPADD+= ${LIBCURSES} ${LIBTERMINFO}
WARNS= 6