11.4Scgd# from: @(#)Makefile 8.2 (Berkeley) 12/15/93 21.37Sriastrad# $NetBSD: Makefile,v 1.37 2017/05/21 15:28:41 riastradh 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.35SmattWARNS?= 5 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.18SitojunSRCS+= enc_des.c 191.18SitojunCPPFLAGS+= -DENCRYPTION -DAUTHENTICATION 201.18SitojunCPPFLAGS+= -DDES_ENCRYPTION 211.18Sitojun 221.34Schristos.if ${USE_KERBEROS} != "no" 231.11SthorpejSRCS+= kerberos5.c 241.11SthorpejCPPFLAGS+= -DKRB5 251.12Sthorpej.endif 261.17Sitojun 271.37Sriastrad.if ${USE_PAM} != "no" 281.24SchristosSRCS+= sra.c pk.c 291.23SchristosCPPFLAGS+= -DSRA 301.23Schristos.endif 311.23Schristos 321.26Smrg.for f in auth enc_des kerberos5 pk 331.26SmrgCOPTS.${f}.c+= -Wno-pointer-sign 341.26Smrg.endfor 351.26Smrg 361.1Scgd.include <bsd.lib.mk> 37