summaryrefslogtreecommitdiff
path: root/src/libeinfo
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/libeinfo
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/libeinfo')
-rw-r--r--src/libeinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libeinfo/Makefile b/src/libeinfo/Makefile
index 7ef84ab..bf3a0f6 100644
--- a/src/libeinfo/Makefile
+++ b/src/libeinfo/Makefile
@@ -13,4 +13,4 @@ CFLAGS+= -I../includes
include ${MK}/cc.mk
include ${MK}/lib.mk
-include ${MK}/${TERMCAP}.mk
+include ${MK}/${MKTERMCAP}.mk