2012-04-21 16:27:24 +04:00
|
|
|
# $NetBSD: Makefile,v 1.7 2012/04/21 12:27:30 roy Exp $
|
1994-12-07 08:08:04 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/9/93
|
1993-04-09 16:58:42 +04:00
|
|
|
|
|
|
|
PROG= tset
|
2012-04-21 16:27:24 +04:00
|
|
|
SRCS= map.c misc.c set.c term.c tset.c
|
1993-04-09 16:58:42 +04:00
|
|
|
|
2010-02-03 18:34:37 +03:00
|
|
|
DPADD= ${LIBTERMINFO}
|
|
|
|
LDADD= -lterminfo
|
1993-04-09 16:58:42 +04:00
|
|
|
LINKS= ${BINDIR}/tset ${BINDIR}/reset
|
|
|
|
MLINKS= tset.1 reset.1
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|