minix/usr.bin/tput/Makefile
Lionel Sambuc a8d553408d Fix file permissions in usr.bin/tput
Change-Id: Ieb29d7a91bbd90273e37406f5454e23c3131634a
2013-02-01 11:41:47 +01:00

11 lines
210 B
Makefile

# $NetBSD: Makefile,v 1.10 2010/02/03 15:34:46 roy Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= tput
DPADD= ${LIBTERMINFO}
LDADD= -lterminfo
MLINKS= tput.1 clear.1
SCRIPTS=clear.sh
.include <bsd.prog.mk>