From 557158de6428fe513e55abf0f577e8e5861086c6 Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Fri, 9 Mar 2007 09:54:07 +0000 Subject: - 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) --- lib/ncurses/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/ncurses/Makefile.inc') diff --git a/lib/ncurses/Makefile.inc b/lib/ncurses/Makefile.inc index 54ff162ac32d..89c6348a5d85 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" -- cgit v1.2.3