NetBSD/usr.bin/tput/Makefile
jtc fce6632b6a Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.
1994-12-07 08:49:07 +00:00

14 lines
310 B
Makefile

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