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

Annotation of src/usr.bin/tput/Makefile, Revision 1.5

1.5     ! deraadt     1: #      $OpenBSD: Makefile,v 1.4 1997/03/07 21:54:48 gene Exp $
1.1       deraadt     2:
                      3: PROG=  tput
                      4: DPADD= ${LIBTERMCAP}
                      5: LDADD= -ltermcap
                      6: MLINKS=        tput.1 clear.1
1.4       gene        7: LINKS= ${BINDIR}/tput ${BINDIR}/clear
1.1       deraadt     8:
                      9: .include <bsd.prog.mk>