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

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

1.1     ! deraadt     1: #      $NetBSD: Makefile,v 1.3 1994/12/07 08:49:07 jtc Exp $
        !             2: #      @(#)Makefile    8.1 (Berkeley) 6/6/93
        !             3:
        !             4: PROG=  tput
        !             5: DPADD= ${LIBTERMCAP}
        !             6: LDADD= -ltermcap
        !             7: MLINKS=        tput.1 clear.1
        !             8:
        !             9: beforeinstall:
        !            10:        install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
        !            11:            ${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear
        !            12:
        !            13: .include <bsd.prog.mk>