This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6cfac37b03
freebsd-dev
/
lib
/
ncurses
/
Makefile.inc
8 lines
94 B
PHP
Raw
Normal View
History
Unescape
Escape
Introduce new ncurses build glues which are part of ncurses 5.6 update. Approved by: delphij Inspired by: DragonFly's and lib/bind
2007-01-20 07:46:45 +00:00
# $FreeBSD$
- style.Makefile(9) fix - 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)
2007-03-09 09:54:07 +00:00
# This is to include src/lib/Makefile.inc
Build lib/ with WARNS=6 by default. Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway.
2010-01-02 09:58:07 +00:00
WARNS
?
=
3
Introduce new ncurses build glues which are part of ncurses 5.6 update. Approved by: delphij Inspired by: DragonFly's and lib/bind
2007-01-20 07:46:45 +00:00
.
include
"
../Makefile.inc
"
Reference in New Issue
Copy Permalink