diff options
author | Roy Marples <roy@marples.name> | 2008-01-12 20:38:57 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-12 20:38:57 +0000 |
commit | 5bf95bd3f357a75c52305e8c30c53ce4fc134e44 (patch) | |
tree | 83ef3a531b49e5c45e3029159bc72143688f01be /src/rc | |
parent | 9c5300d4aef487ff4ca52c21cac295c80951204b (diff) |
Use MKTERMCAP and MKPAM so we don't use env vars TERMCAP or PAM inadvertently.
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/Makefile b/src/rc/Makefile index e804ec98..d3940b79 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: |