summaryrefslogtreecommitdiff
path: root/src/rc/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-12 20:38:57 +0000
committerRoy Marples <roy@marples.name>2008-01-12 20:38:57 +0000
commit5bf95bd3f357a75c52305e8c30c53ce4fc134e44 (patch)
tree83ef3a531b49e5c45e3029159bc72143688f01be /src/rc/Makefile
parent9c5300d4aef487ff4ca52c21cac295c80951204b (diff)
downloadopenrc-5bf95bd3f357a75c52305e8c30c53ce4fc134e44.tar.gz
openrc-5bf95bd3f357a75c52305e8c30c53ce4fc134e44.tar.bz2
openrc-5bf95bd3f357a75c52305e8c30c53ce4fc134e44.tar.xz
Use MKTERMCAP and MKPAM so we don't use env vars TERMCAP or PAM inadvertently.
Diffstat (limited to 'src/rc/Makefile')
-rw-r--r--src/rc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile
index e804ec9..d3940b7 100644
--- a/src/rc/Makefile
+++ b/src/rc/Makefile
@@ -36,9 +36,9 @@ CFLAGS+= -DLIB=\"${LIBNAME}\"
include ${MK}/cc.mk
include ${MK}/prog.mk
-include ${MK}/${TERMCAP}.mk
+include ${MK}/${MKTERMCAP}.mk
LDADD+= ${LIBDL} ${LIBKVM}
-include ${MK}/${PAM}.mk
+include ${MK}/${MKPAM}.mk
${SRCS}: version.h
version.h: