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.
This commit is contained in:
William Hubbs
2011-02-02 18:18:55 -06:00
parent a2e9cde737
commit db6d680765
6 changed files with 15 additions and 6 deletions

View File

@@ -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.