ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/usr.bin/tset/Makefile
Revision: 11270
Committed: Tue Jul 3 23:59:39 2018 UTC (5 years, 10 months ago) by laffer1
File size: 237 byte(s)
Log Message:
sync tset with freebsd

File Contents

# Content
1 # $MidnightBSD$
2 # @(#)Makefile 8.1 (Berkeley) 6/9/93
3
4 PROG= tset
5 SRCS= map.c misc.c set.c term.c tset.c wrterm.c
6
7 DPADD= ${LIBTERMCAP}
8 LDADD= -ltermcap
9 LINKS= ${BINDIR}/tset ${BINDIR}/reset
10 MLINKS= tset.1 reset.1
11
12 .include <bsd.prog.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H