summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* - style.Makefile(9) fixrafan2007-03-091-2/+2
| | | | | | | | | | | | | | | - first line is $FreeBSD$ - Reorder special variables: DPADD, LPADD, CFLAGS - Use = instead of += for variables that are initially empty - Use space instead of tab after : - Use one tab after = - Use .SUFFIXES for section 3 manual page which simplifies Makefile a lot - Use SHAREDIR instead of /usr/share - Remove SRCDIR in INCS since we set .PATH properly - Use plural in variable name when it stands for more that one source file Reviewed by: ru Approved by: delphij (mentor)
* Introduce new ncurses build glues which are part of ncurses 5.6 update.rafan2007-01-201-0/+37
Approved by: delphij Inspired by: DragonFly's and lib/bind
OpenPOWER on IntegriCloud