Toolchain upgrade and portability improvements.
upgrade to NetBSD CVS release from 2012/10/17 12:00:00 UTC Makefiles updates to imporve portability Made sure to be consistent in the usage of braces/parenthesis at least on a per file basis. For variables, it is recommended to continue to use braces.
This commit is contained in:
@@ -14,10 +14,6 @@ MLINKS= chpass.1 chfn.1 chpass.1 chsh.1
|
||||
|
||||
CPPFLAGS+=-I${NETBSDSRCDIR}/lib/libc/include
|
||||
|
||||
.if defined(__MINIX)
|
||||
USE_YP= no
|
||||
.endif
|
||||
|
||||
.if (${USE_YP} != "no")
|
||||
SRCS+= pw_yp.c
|
||||
CPPFLAGS+=-DYP
|
||||
|
||||
Reference in New Issue
Block a user