aboutsummaryrefslogtreecommitdiff
path: root/lib/libpanel
Commit message (Collapse)AuthorAgeFilesLines
* Retire old ncurses build glueRong-En Fan2007-01-201-48/+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
* Initial update of bmake glue for ncurses-5.2-20020518Peter Wemm2002-05-211-2/+7
| | | | Notes: svn path=/head/; revision=97054
* `all-man' now creates manpages in the -DNOMANCOMPRESS case too.Ruslan Ermilov2002-05-151-1/+0
| | | | Notes: svn path=/head/; revision=96658
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
| | | | Notes: svn path=/head/; revision=74870
* Install manpages, including appropriate MLINKS.Thomas Gellekum2000-12-051-0/+17
| | | | Notes: svn path=/head/; revision=69618
* Update for ncurses 20001009 importPeter Wemm2000-10-111-3/+10
| | | | Notes: svn path=/head/; revision=66970
* Add missing source files. Sort SRCS.Thomas Gellekum2000-05-241-1/+3
| | | | | | | PR: 18631 Notes: svn path=/head/; revision=60861
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* Add bmake glue for libpanel (the SVSV-style ETI curses panel (overlappingPeter Wemm1999-09-051-0/+19
layers) driver from ncurses) Notes: svn path=/head/; revision=50936