[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / tput

File: [local] / src / usr.bin / tput / Makefile (download)

Revision 1.6, Fri Jul 24 00:11:05 1998 UTC (25 years, 10 months ago) by millert
Branch: MAIN
Changes since 1.5: +3 -3 lines

-lcurses, not termcap/termlib

#	$OpenBSD: Makefile,v 1.6 1998/07/24 00:11:05 millert Exp $

PROG=	tput
DPADD=	${LIBCURSES}
LDADD=	-lcurses
MLINKS=	tput.1 clear.1
LINKS= ${BINDIR}/tput ${BINDIR}/clear

.include <bsd.prog.mk>