8a8f2ebd2d
termcap and tabset are currently in runtime, but since ncurses is the only thing which uses them, they belong in the ncurses package. curses without termcap is not very useful, so put them in the -lib subpackage rather than ncurses itself, so that installing ncurses-lib provides a working curses. This change moves files between packages so, until we have a proper policy on how to handle this in release/stable branches, it should not be MFC'd. MFC after: never Discussed with: kevans Reviewed by: manu, kevans Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53610
16 lines
308 B
Makefile
16 lines
308 B
Makefile
PACKAGE= ncurses-lib
|
|
|
|
FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \
|
|
stdcrt tandem653 teleray vt100 vt100-w wyse-adds xerox1720 xerox1730 \
|
|
xerox1730-lm zenith29
|
|
|
|
CLEANFILES+= ${FILES}
|
|
|
|
.SUFFIXES: .uu
|
|
.uu:
|
|
uudecode < ${.IMPSRC}
|
|
|
|
FILESDIR= ${BINDIR}/tabset
|
|
|
|
.include <bsd.prog.mk>
|