MFC: include ssh_namespace.h
This commit is contained in:
parent
34aa9685c7
commit
7d6376ba9e
@ -1,16 +1,18 @@
|
||||
# PAM module for SSH
|
||||
# $FreeBSD$
|
||||
|
||||
SSHSRC= ${.CURDIR}/../../../../crypto/openssh
|
||||
SSHDIR= ${.CURDIR}/../../../../crypto/openssh
|
||||
|
||||
LIB= pam_ssh
|
||||
MAN= pam_ssh.8
|
||||
SRCS= pam_ssh.c
|
||||
|
||||
WARNS?= 0
|
||||
CFLAGS+= -I${SSHSRC}
|
||||
CFLAGS+= -I${SSHSRC} -include ssh_namespace.h
|
||||
|
||||
DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBCRYPT}
|
||||
LDADD= -lssh -lcrypto -lcrypt
|
||||
|
||||
.PATH: ${SSHDIR}
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user