Makefile revision 1.26
11.4Scgd# from: @(#)Makefile 8.2 (Berkeley) 12/15/93 21.26Smrg# $NetBSD: Makefile,v 1.26 2006/05/11 23:16:29 mrg Exp $ 31.17Sitojun 41.22SlukemMKPRIVATELIB= yes 51.12Sthorpej 61.12Sthorpej.include <bsd.own.mk> 71.13Slukem 81.13SlukemWARNS?= 1 91.8Sthorpej 101.11SthorpejLIB= telnet 111.11SthorpejSRCS= auth.c encrypt.c genget.c getent.c misc.c 121.1Scgd 131.12SthorpejCPPFLAGS+= -DHAS_CGETENT 141.12SthorpejCPPFLAGS+= -I${.CURDIR} 151.12Sthorpej 161.21Sdyoung.if (${USE_KERBEROS} != "no") 171.18SitojunSRCS+= enc_des.c 181.18SitojunCPPFLAGS+= -DENCRYPTION -DAUTHENTICATION 191.18SitojunCPPFLAGS+= -DDES_ENCRYPTION 201.18Sitojun 211.11SthorpejSRCS+= kerberos5.c 221.11SthorpejCPPFLAGS+= -DKRB5 231.11SthorpejCPPFLAGS+= -I${DESTDIR}/usr/include/krb5 241.12Sthorpej.endif 251.17Sitojun 261.23Schristos.if (${USE_PAM} != "no") 271.24SchristosSRCS+= sra.c pk.c 281.23SchristosCPPFLAGS+= -DSRA 291.23Schristos.endif 301.23Schristos 311.26Smrg.if ${HAVE_GCC} == 4 321.26Smrg.for f in auth enc_des kerberos5 pk 331.26SmrgCOPTS.${f}.c+= -Wno-pointer-sign 341.26Smrg.endfor 351.26Smrg.endif 361.26Smrg 371.1Scgd.include <bsd.lib.mk> 38