blob: dc5b6e9fe19c171bf0dc5a29dc695e6a442006b2 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.11 1999/06/29 19:39:39 millert Exp $
PROG= tput
DPADD= ${LIBCURSES}
LDADD= -lcurses
MLINKS= tput.1 clear.1
LINKS= ${BINDIR}/tput ${BINDIR}/clear
.include <bsd.prog.mk>
|