From db6d680765b4b9a4d404f6b2e6d5644b2fe3418d Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 2 Feb 2011 18:18:55 -0600 Subject: rework pam, ncurses and termcap include files This allows error checking inside the included files instead of either including the appropriate file or a blank file. Also the blank file named .mk gets removed by this change. --- src/libeinfo/Makefile | 2 +- src/rc/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/libeinfo/Makefile b/src/libeinfo/Makefile index 1569f8f..b93b5e5 100644 --- a/src/libeinfo/Makefile +++ b/src/libeinfo/Makefile @@ -10,4 +10,4 @@ MK= ../../mk include ${MK}/lib.mk include ${MK}/cc.mk include ${MK}/debug.mk -include ${MK}/${MKTERMCAP}.mk +include ${MK}/termcap.mk diff --git a/src/rc/Makefile b/src/rc/Makefile index ca71b4a..cf63cca 100644 --- a/src/rc/Makefile +++ b/src/rc/Makefile @@ -41,9 +41,9 @@ include ${MK}/prog.mk include ${MK}/git.mk include ${MK}/cc.mk -include ${MK}/${MKTERMCAP}.mk +include ${MK}/termcap.mk LDADD+= ${LIBDL} ${LIBKVM} -include ${MK}/${MKPAM}.mk +include ${MK}/pam.mk # create symlinks to rc if not an SELINUX system, otherwise create a wrapper # script to call rc with the proper name of the applet to execute. -- cgit v1.2.3