aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libeinfo/Makefile2
-rw-r--r--src/rc/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/libeinfo/Makefile b/src/libeinfo/Makefile
index 1569f8f4..b93b5e50 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 ca71b4a4..cf63ccab 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.