summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/Makefile.inc
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/Makefile.inc
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/Makefile.inc')
-rw-r--r--lib/ncurses/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ncurses/Makefile.inc b/lib/ncurses/Makefile.inc
index 54ff162..89c6348 100644
--- a/lib/ncurses/Makefile.inc
+++ b/lib/ncurses/Makefile.inc
@@ -1,4 +1,5 @@
-# This is to include src/lib/Makefile.inc
# $FreeBSD$
+# This is to include src/lib/Makefile.inc
+
.include "../Makefile.inc"
OpenPOWER on IntegriCloud