Use MKTERMCAP and MKPAM so we don't use env vars TERMCAP or PAM inadvertently.

This commit is contained in:
Roy Marples 2008-01-12 20:38:57 +00:00
parent 9c5300d4ae
commit 5bf95bd3f3
2 changed files with 3 additions and 3 deletions

View File

@ -13,4 +13,4 @@ CFLAGS+= -I../includes
include ${MK}/cc.mk
include ${MK}/lib.mk
include ${MK}/${TERMCAP}.mk
include ${MK}/${MKTERMCAP}.mk

View File

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