Makefile revision 1.10
11.4Scgd# from: @(#)Makefile 8.2 (Berkeley) 12/15/93 21.10Sthorpej# $NetBSD: Makefile,v 1.10 2000/06/20 06:00:34 thorpej Exp $ 31.8Sthorpej 41.10Sthorpej# XXX XXX XXX 51.10SthorpejWARNS=0 61.10Sthorpej 71.10SthorpejDIST= ${.CURDIR}/../../crypto/dist 81.10Sthorpej.PATH: ${DIST}/heimdal/appl/telnet/libtelnet .DOTLAST 91.1Scgd 101.1ScgdLIB= telnet 111.10SthorpejSRCS= auth.c enc_des.c encrypt.c genget.c getent.c misc.c \ 121.10Sthorpej kerberos.c kerberos5.c 131.10Sthorpej 141.7SlukemCPPFLAGS+= -DHAS_CGETENT 151.10SthorpejCPPFLAGS+= -I${DIST}/heimdal/appl/telnet/libtelnet 161.10SthorpejCPPFLAGS+= -I${.CURDIR}/../../include/heimdal 171.10SthorpejCPPFLAGS+= -I${DESTDIR}/usr/include/kerberosIV 181.10SthorpejCPPFLAGS+= -I${DESTDIR}/usr/include/krb5 191.10SthorpejCPPFLAGS+= -I${DESTDIR}/usr/include/krb 201.10SthorpejCPPFLAGS+= -I${DESTDIR}/usr/include/openssl 211.10SthorpejCPPFLAGS+= -DHAVE_CONFIG_H 221.1Scgd 231.1Scgd.include <bsd.lib.mk> 24