# from: @(#)Makefile 8.2 (Berkeley) 12/15/93 # $NetBSD: Makefile,v 1.28 2007/05/28 12:06:22 tls Exp $ USE_FORT?= yes # network protocol library MKPRIVATELIB= yes .include WARNS?= 1 LIB= telnet SRCS= auth.c encrypt.c genget.c getent.c misc.c CPPFLAGS+= -DHAS_CGETENT CPPFLAGS+= -I${.CURDIR} .if (${USE_KERBEROS} != "no") SRCS+= enc_des.c CPPFLAGS+= -DENCRYPTION -DAUTHENTICATION CPPFLAGS+= -DDES_ENCRYPTION SRCS+= kerberos5.c CPPFLAGS+= -DKRB5 CPPFLAGS+= -I${DESTDIR}/usr/include/krb5 .endif .if ${USE_PAM} != "no" && ${MKCRYPTO} != "no" SRCS+= sra.c pk.c CPPFLAGS+= -DSRA .endif .if ${HAVE_GCC} == 4 .for f in auth enc_des kerberos5 pk COPTS.${f}.c+= -Wno-pointer-sign .endfor .endif .include 99.5-vfs'>lockdoc-10.99.5-vfs NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-23merge conflicts by replacing with new versionchristos
2020-04-03Resolve conflictschristos
2018-04-14readd files.christos
2016-12-14Remove binutils.old as everything has switched.skrll
2016-10-26merge conflictschristos
2016-10-09Remove binutils.old now it is no longer usedskrll
2016-01-26import the HEAD of binutils as binutils.oldchristos