freebsd-dev/kerberos5/lib/libtelnet/Makefile
Mark Murray 0d5894c3bd Fix a break in the includes where the build blows chunks if it is
being built in a totally clean environment.

Found by: jkh and "make release"
1997-10-02 15:03:23 +00:00

16 lines
307 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} \
-I${KRB4DIR}/lib/krb
INCLUDES= ${TELNETDIR}/arpa/telnet.h
.include <bsd.lib.mk>
.PATH: ${TELNETDIR}/libtelnet