5f6559a29b
I will follow up with the userland sources over the next few days. The impatient of you can play with this, but you do this without support or blessing until I am finished ;-)
15 lines
282 B
Makefile
15 lines
282 B
Makefile
# $Id$
|
|
|
|
LIB= telnet
|
|
|
|
SRCS= genget.c getent.c misc.c encrypt.c auth.c kerberos.c enc_des.c
|
|
|
|
CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \
|
|
-DKRB4 -I${TELNETDIR}
|
|
|
|
INCLUDES= ${TELNETDIR}/arpa/telnet.h
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${TELNETDIR}/libtelnet
|