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

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

1.9       millert     1: #      $OpenBSD: Makefile,v 1.8 1998/07/25 21:30:49 millert Exp $
1.1       deraadt     2:
                      3: PROG=  tput
1.10    ! millert     4: CFLAGS+= -D_USE_OLD_CURSES_
        !             5: DPADD= ${LIBOLDCURSES}
        !             6: LDADD= -locurses
1.1       deraadt     7: MLINKS=        tput.1 clear.1
1.4       gene        8: LINKS= ${BINDIR}/tput ${BINDIR}/clear
1.1       deraadt     9:
                     10: .include <bsd.prog.mk>