NetBSD/usr.bin/tput/Makefile
roy a17592c001 Move the strings vs long analysis to a private function, but allow
tput(1) to use it so we can work with string parameters to capabilities.
2013-01-24 10:41:28 +00:00

13 lines
257 B
Makefile

# $NetBSD: Makefile,v 1.11 2013/01/24 10:41:28 roy Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= tput
DPADD= ${LIBTERMINFO}
LDADD= -lterminfo
MLINKS= tput.1 clear.1
SCRIPTS=clear.sh
CPPFLAGS+= -I${.CURDIR}/../../lib/libterminfo
.include <bsd.prog.mk>