summaryrefslogtreecommitdiffstats
path: root/usr.bin/tset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tset/Makefile')
-rw-r--r--usr.bin/tset/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/tset/Makefile b/usr.bin/tset/Makefile
new file mode 100644
index 0000000..126cf321
--- /dev/null
+++ b/usr.bin/tset/Makefile
@@ -0,0 +1,11 @@
+# @(#)Makefile 8.1 (Berkeley) 6/9/93
+
+PROG= tset
+SRCS= map.c misc.c set.c term.c tset.c wrterm.c
+
+DPADD= ${LIBTERMCAP}
+LDADD= -ltermcap
+LINKS= ${BINDIR}/tset ${BINDIR}/reset
+MLINKS= tset.1 reset.1
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud