Home | History | Annotate | Line # | Download | only in pam_afslog
Makefile revision 1.7.16.1
      1  1.7.16.1  perseant # $NetBSD: Makefile,v 1.7.16.1 2025/08/02 05:54:53 perseant Exp $
      2       1.1    tsarna 
      3       1.1    tsarna LIB=	pam_afslog
      4       1.1    tsarna SRCS=	pam_afslog.c
      5       1.1    tsarna MAN=	pam_afslog.8
      6       1.1    tsarna 
      7       1.6     elric LIBDPLIBS+= \
      8       1.6     elric 	krb5	${NETBSDSRCDIR}/crypto/external/bsd/heimdal/lib/libkrb5 \
      9       1.6     elric 	kafs	${NETBSDSRCDIR}/crypto/external/bsd/heimdal/lib/libkafs \
     10       1.6     elric 	asn1	${NETBSDSRCDIR}/crypto/external/bsd/heimdal/lib/libasn1 \
     11       1.6     elric 	roken	${NETBSDSRCDIR}/crypto/external/bsd/heimdal/lib/libroken \
     12       1.6     elric 	com_err	${NETBSDSRCDIR}/crypto/external/bsd/heimdal/lib/libcom_err \
     13       1.6     elric 	crypt	${.CURDIR}/../../../libcrypt \
     14  1.7.16.1  perseant 	crypto	${NETBSDSRCDIR}/crypto/external/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto
     15       1.1    tsarna 
     16       1.1    tsarna .include "${.CURDIR}/../mod.mk"
     17