summaryrefslogtreecommitdiffstats
path: root/lib/libmenu/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-02-13Also remove tbl files from CLEANFILES now they are not generated.nicm1-2/+1
2019-02-13Remove obsolete tbl suffix from ncurses man pages, no objections fromnicm1-4/+1
millert.
2016-07-04DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGSguenther1-5/+1
contains -g by default anyway problem noted by Edgar Pettijohn (edgar (at) pettijohn-web.com) ok millert@ kettenis@ deraadt@
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-28/+1
correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan1-2/+1
ok guenther@
2011-06-23switch to installing source manuals (base part)schwarze1-2/+6
discussed with lots of people, tested by naddy@, "move fast" deraadt@
2010-09-06Enable wide character support in ncurses. It is built into libcurses,nicm1-0/+14
libform, libmenu, libpanel and each library is also linked to a corresponding "w" version. This is a major bump for all four libraries. Thanks to landry, stsp, sthen, naddy, oga, Martin Pieuchot, and anyone else I've forgotten for testing. ok naddy krw deraadt
2010-01-12Update to ncurses 5.7, with local changes reapplied.nicm1-2/+2
This is around eight years worth of changes (previously we were around ncurses 5.2), too many to list - many bug fixes and also a few new functions. A major bump for libcurses, libpanel, libform and libmenu. ok deraadt
2005-11-24use WANTLINT= (on all architectures)deraadt1-0/+1
2000-07-24Update to ncurses-5.1-20000722millert1-5/+5
1999-11-17remove extraneous backslashmillert1-1/+1
1999-11-17add MLINKsmillert1-0/+27
1998-07-24libmenu from ncurses-4.2-980718millert1-6/+6
1997-12-14ncurses-4.1-971213millert1-2/+3
1997-12-03merge of ncurses-4.1-971129millert1-3/+4
1997-11-26libmenu from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.millert1-4/+5
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1-1/+1
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1996-12-08install -> ${INSTALL}, -c -> ${COPY}downsj1-1/+1
1996-06-02SYSV-style menu library; from ncursestholo1-0/+18