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

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

1.12    ! jmc         1: #      $OpenBSD: Makefile,v 1.11 1999/06/29 19:39:39 millert Exp $
1.1       deraadt     2:
                      3: PROG=  tput
1.11      millert     4: DPADD= ${LIBCURSES}
                      5: LDADD= -lcurses
1.4       gene        6: LINKS= ${BINDIR}/tput ${BINDIR}/clear
1.1       deraadt     7:
                      8: .include <bsd.prog.mk>