freebsd-dev/kerberosIV/lib/libtelnet/Makefile
Mark Murray 5f6559a29b Initial import of the new kerberosIV Makefiles.
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 ;-)
1997-09-24 20:37:15 +00:00

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