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

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

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