1 # from: @(#)Makefile 8.2 (Berkeley) 12/15/93
2 # $NetBSD: Makefile,v 1.30 2008/07/12 12:29:42 gmcgarry Exp $
4 USE_FORT?
= yes
# network protocol library
13 SRCS
= auth.c encrypt.c genget.c getent.c misc.c
15 CPPFLAGS
+= -DHAS_CGETENT
16 CPPFLAGS
+= -I
${.CURDIR
}
18 .if
(${USE_KERBEROS} != "no")
20 CPPFLAGS
+= -DENCRYPTION
-DAUTHENTICATION
21 CPPFLAGS
+= -DDES_ENCRYPTION
25 CPPFLAGS
+= -I
${DESTDIR}/usr
/include/krb5
28 .if
${USE_PAM} != "no" && ${MKCRYPTO} != "no"
33 .if
(defined
(HAVE_GCC
) && ${HAVE_GCC} == 4) || defined
(HAVE_PCC
)
34 .for f in auth enc_des kerberos5 pk
35 COPTS.
${f}.c
+= -Wno-pointer-sign