diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2011-02-02 18:18:55 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2011-02-04 22:30:30 -0600 |
commit | db6d680765b4b9a4d404f6b2e6d5644b2fe3418d (patch) | |
tree | 21986fb2b800f6dc0ddab04dc982b827d3a74e4e /src/libeinfo/Makefile | |
parent | a2e9cde737ede93502a80fe50e62b0aea50643dc (diff) |
rework pam, ncurses and termcap include files
This allows error checking inside the included files instead of either
including the appropriate file or a blank file.
Also the blank file named .mk gets removed by this change.
Diffstat (limited to 'src/libeinfo/Makefile')
-rw-r--r-- | src/libeinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |