diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-09 09:54:07 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-09 09:54:07 +0000 |
commit | 557158de6428fe513e55abf0f577e8e5861086c6 (patch) | |
tree | 0e56dba5290e625626d4d822ce37e1d6506eec30 /lib/ncurses/config.mk | |
parent | 15543aadb309a05769091a5aeb17054bb25f2ecf (diff) | |
download | src-557158de6428fe513e55abf0f577e8e5861086c6.tar.gz src-557158de6428fe513e55abf0f577e8e5861086c6.zip |
- 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)
Notes
Notes:
svn path=/head/; revision=167358
Diffstat (limited to 'lib/ncurses/config.mk')
-rw-r--r-- | lib/ncurses/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ncurses/config.mk b/lib/ncurses/config.mk index fab0fd8457f8..15d95473f14c 100644 --- a/lib/ncurses/config.mk +++ b/lib/ncurses/config.mk @@ -1,7 +1,7 @@ -# This Makefile is shared by libncurses, libform, libmenu, libpanel. -# # $FreeBSD$ +# This Makefile is shared by libncurses, libform, libmenu, libpanel. + NCURSES_DIR= ${.CURDIR}/../../../contrib/ncurses NCURSES_CFG_H= ${.CURDIR}/ncurses_cfg.h |