summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/config.mk
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-03-09 09:54:07 +0000
committerrafan <rafan@FreeBSD.org>2007-03-09 09:54:07 +0000
commit00dd163071b6b6660dc2a632ff2620584492dc4e (patch)
tree0e56dba5290e625626d4d822ce37e1d6506eec30 /lib/ncurses/config.mk
parent55ca7cf75c0d019082a4e44c3ec32a732f907846 (diff)
downloadFreeBSD-src-00dd163071b6b6660dc2a632ff2620584492dc4e.zip
FreeBSD-src-00dd163071b6b6660dc2a632ff2620584492dc4e.tar.gz
- 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)
Diffstat (limited to 'lib/ncurses/config.mk')
-rw-r--r--lib/ncurses/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ncurses/config.mk b/lib/ncurses/config.mk
index fab0fd8..15d9547 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
OpenPOWER on IntegriCloud