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

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

1.8     ! millert     1: #      $OpenBSD: Makefile,v 1.7 1998/07/25 20:47:31 downsj Exp $
1.1       deraadt     2:
                      3: PROG=  tput
1.8     ! millert     4: CFLAGS+= -D_USE_OLD_CURSES_
        !             5: DPADD= ${LIBOLDCURSES}
1.7       downsj      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>