diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2013-09-18 16:21:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2013-09-18 16:21:31 +0000 |
commit | 83670772f22a4302e7e867459f89cc4ae2d937c9 (patch) | |
tree | fff7934928fc7582081d83d64d38423e8a359f41 /usr.bin/tset/Makefile | |
parent | a43eef20f32974bc853195fcaa46355e7784047e (diff) |
Remove "tset -S" compatibility I added years ago. Most converted
terminfo entries for most terminals are too large to fit within the
1023 bytes allowed for termcap. We're better off without it.
OK espie@ jmc@
Diffstat (limited to 'usr.bin/tset/Makefile')
-rw-r--r-- | usr.bin/tset/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tset/Makefile b/usr.bin/tset/Makefile index 0b3a4ccc40a..aff17b10b19 100644 --- a/usr.bin/tset/Makefile +++ b/usr.bin/tset/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2009/05/06 19:12:45 millert Exp $ +# $OpenBSD: Makefile,v 1.9 2013/09/18 16:21:29 millert Exp $ PROG= tset -SRCS= tset.c dump_entry.c termcap.c +SRCS= tset.c dump_entry.c DPADD= ${LIBCURSES} LDADD= -lcurses CURSES= ${.CURDIR}/../../lib/libcurses |