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

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

1.4     ! gene        1: #      $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:35 downsj Exp $
1.1       deraadt     2: #      $NetBSD: Makefile,v 1.3 1994/12/07 08:49:07 jtc Exp $
                      3:
                      4: PROG=  tput
                      5: DPADD= ${LIBTERMCAP}
                      6: LDADD= -ltermcap
                      7: MLINKS=        tput.1 clear.1
1.4     ! gene        8: LINKS= ${BINDIR}/tput ${BINDIR}/clear
1.1       deraadt     9:
                     10: .include <bsd.prog.mk>