Makefile revision 1.29
11.4Scgd# from: @(#)Makefile 8.2 (Berkeley) 12/15/93 21.29Slukem# $NetBSD: Makefile,v 1.29 2008/05/03 14:48:31 lukem Exp $ 31.28Stls 41.28StlsUSE_FORT?= yes # network protocol library 51.17Sitojun 61.29SlukemLIBISPRIVATE= yes 71.12Sthorpej 81.12Sthorpej.include <bsd.own.mk> 91.13Slukem 101.13SlukemWARNS?= 1 111.8Sthorpej 121.11SthorpejLIB= telnet 131.11SthorpejSRCS= auth.c encrypt.c genget.c getent.c misc.c 141.1Scgd 151.12SthorpejCPPFLAGS+= -DHAS_CGETENT 161.12SthorpejCPPFLAGS+= -I${.CURDIR} 171.12Sthorpej 181.21Sdyoung.if (${USE_KERBEROS} != "no") 191.18SitojunSRCS+= enc_des.c 201.18SitojunCPPFLAGS+= -DENCRYPTION -DAUTHENTICATION 211.18SitojunCPPFLAGS+= -DDES_ENCRYPTION 221.18Sitojun 231.11SthorpejSRCS+= kerberos5.c 241.11SthorpejCPPFLAGS+= -DKRB5 251.11SthorpejCPPFLAGS+= -I${DESTDIR}/usr/include/krb5 261.12Sthorpej.endif 271.17Sitojun 281.27Smrg.if ${USE_PAM} != "no" && ${MKCRYPTO} != "no" 291.24SchristosSRCS+= sra.c pk.c 301.23SchristosCPPFLAGS+= -DSRA 311.23Schristos.endif 321.23Schristos 331.26Smrg.if ${HAVE_GCC} == 4 341.26Smrg.for f in auth enc_des kerberos5 pk 351.26SmrgCOPTS.${f}.c+= -Wno-pointer-sign 361.26Smrg.endfor 371.26Smrg.endif 381.26Smrg 391.1Scgd.include <bsd.lib.mk> 40