aboutsummaryrefslogtreecommitdiff
path: root/lib/libmenu
Commit message (Collapse)AuthorAgeFilesLines
* Retire old ncurses build glueRong-En Fan2007-01-201-84/+0
| | | | | | | Approved by: delphij Notes: svn path=/head/; revision=166132
* Add missing shared library interdependencies.Ruslan Ermilov2005-11-101-0/+2
| | | | Notes: svn path=/head/; revision=152285
* UseJun Kuriyama2003-06-061-1/+1
| | | | | | | | | | | | cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde Notes: svn path=/head/; revision=115898
* Make this a little easier to build standalone. (same change as libpanel)Peter Wemm2002-05-211-1/+5
| | | | Notes: svn path=/head/; revision=97057
* Update for ncurses 5.2-20010512 importPeter Wemm2001-05-171-1/+1
| | | | Notes: svn path=/head/; revision=76731
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-9/+6
| | | | Notes: svn path=/head/; revision=74870
* Install manpages, including appropriate MLINKS.Thomas Gellekum2000-12-051-0/+54
| | | | Notes: svn path=/head/; revision=69618
* Oops, beforedepend isn't needed. The build problem I had was due toPeter Wemm2000-10-111-2/+0
| | | | | | | something else. Notes: svn path=/head/; revision=66972
* Update after ncurses 20001009 importPeter Wemm2000-10-111-3/+12
| | | | Notes: svn path=/head/; revision=66969
* Add missing source files. Sort SRCS.Thomas Gellekum2000-05-241-3/+4
| | | | | | | PR: 18631 Notes: svn path=/head/; revision=60861
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-6/+1
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* Add bmake glue for libmenu (the SVSV-style ETI curses menu driver fromPeter Wemm1999-09-051-0/+24
ncurses) Notes: svn path=/head/; revision=50935