aboutsummaryrefslogtreecommitdiff
path: root/lib/libform
Commit message (Collapse)AuthorAgeFilesLines
* Retire old ncurses build glueRong-En Fan2007-01-201-100/+0
| | | | | | | Approved by: delphij Notes: svn path=/head/; revision=166132
* Add missing shared library interdependencies.Ruslan Ermilov2005-11-101-0/+3
| | | | 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
* 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/+66
| | | | Notes: svn path=/head/; revision=69618
* Update for ncurses 5.1-20001009 importPeter Wemm2000-10-111-3/+10
| | | | Notes: svn path=/head/; revision=66971
* Add missing source files. Sort SRCS.Thomas Gellekum2000-05-241-4/+7
| | | | | | | 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 libform (the SVSV-style ETI curses form driver fromPeter Wemm1999-09-051-0/+23
ncurses) Notes: svn path=/head/; revision=50937