c1ceae17f0
awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
11 lines
209 B
Makefile
11 lines
209 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/04/14 22:15:27 lukem Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= tput
|
|
DPADD= ${LIBTERMCAP}
|
|
LDADD= -ltermcap
|
|
MLINKS= tput.1 clear.1
|
|
SCRIPTS=clear.sh
|
|
|
|
.include <bsd.prog.mk>
|