1 1.4 lukem # $NetBSD: Makefile,v 1.4 2004/12/29 15:04:06 lukem Exp $ 2 1.1 christos # PAM module for SSH 3 1.1 christos # $FreeBSD: src/lib/libpam/modules/pam_ssh/Makefile,v 1.18 2004/08/06 07:27:04 cperciva Exp $ 4 1.1 christos 5 1.4 lukem .include <bsd.own.mk> # XXX: fubars mod.mk's NOxxx 6 1.2 christos 7 1.2 christos SSHSRC= ${NETBSDSRCDIR}/crypto/dist/ssh 8 1.1 christos 9 1.1 christos LIB= pam_ssh 10 1.1 christos MAN= pam_ssh.8 11 1.1 christos SRCS= pam_ssh.c 12 1.1 christos 13 1.2 christos CPPFLAGS+= -I${SSHSRC} 14 1.1 christos 15 1.2 christos # This does not work yet because we don't have libssh. 16 1.4 lukem LIBDPLIBS= crypt ${LIB_ROOT_DIR}/libcrypt \ 17 1.4 lukem crypto ${LIB_ROOT_DIR}/libcrypto 18 1.1 christos 19 1.2 christos .include "${.CURDIR}/../mod.mk" 20