Cross Reference: Makefile
xref: /src/usr.bin/tput/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.bin/tput/
Makefile revision 1.1
11.1Scgd#	@(#)Makefile	5.5 (Berkeley) 5/11/90
21.1Scgd
31.1ScgdPROG=	tput
41.1ScgdDPADD=	${LIBTERMCAP}
51.1ScgdLDADD=	-ltermcap
61.1ScgdMLINKS=	tput.1 clear.1
71.1Scgd
81.1Scgdbeforeinstall:
91.1Scgd	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
101.1Scgd	    ${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear
111.1Scgd
121.1Scgd.include <bsd.prog.mk>
13

Indexes created Thu Jan 01 12:09:34 GMT 2026