diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-22 18:26:54 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-22 18:26:54 +0000 |
| commit | ca18109f0da57bec22b00c088d6755c86c5497e5 (patch) | |
| tree | c0f77194a9a00bec39839bbf35c812e21ae44fc2 /secure/lib | |
| parent | 13bae294da35d15f874d0f226baa77588b004e2e (diff) | |
Notes
Diffstat (limited to 'secure/lib')
| -rw-r--r-- | secure/lib/libtelnet/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile index 33e1ee5ad8c5..9732074d0698 100644 --- a/secure/lib/libtelnet/Makefile +++ b/secure/lib/libtelnet/Makefile @@ -10,7 +10,12 @@ CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \ NOPIC= yes -INCLUDES= ${TELNETDIR}/arpa/telnet.h +INCS= ${TELNETDIR}/arpa/telnet.h +INCDIR= /usr/include/arpa + +.include <bsd.lib.mk> + +.PATH: ${TELNETDIR}/libtelnet # # Before complaining about this, please *double-check* that you have @@ -22,7 +27,3 @@ INCLUDES= ${TELNETDIR}/arpa/telnet.h # beforeinstall: rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} - -.include <bsd.lib.mk> - -.PATH: ${TELNETDIR}/libtelnet |
