Makefile (dc9650a4a8b1efcf72c8c97b8cd06212eb5dcae5) | Makefile (bb49f794f5ee647d19e458b23eca844a3a85f813) |
---|---|
1# Copyright 1998 Juniper Networks, Inc. 2# All rights reserved. 3# 4# Redistribution and use in source and binary forms, with or without 5# modification, are permitted provided that the following conditions 6# are met: 7# 1. Redistributions of source code must retain the above copyright 8# notice, this list of conditions and the following disclaimer. --- 12 unchanged lines hidden (view full) --- 21# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23# SUCH DAMAGE. 24# 25# $FreeBSD$ 26 27SUBDIR+= pam_cleartext_pass_ok 28SUBDIR+= pam_deny | 1# Copyright 1998 Juniper Networks, Inc. 2# All rights reserved. 3# 4# Redistribution and use in source and binary forms, with or without 5# modification, are permitted provided that the following conditions 6# are met: 7# 1. Redistributions of source code must retain the above copyright 8# notice, this list of conditions and the following disclaimer. --- 12 unchanged lines hidden (view full) --- 21# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23# SUCH DAMAGE. 24# 25# $FreeBSD$ 26 27SUBDIR+= pam_cleartext_pass_ok 28SUBDIR+= pam_deny |
29.if defined(MAKE_KERBEROS4) && !defined(NOCRYPT) | 29.if defined(MAKE_KERBEROS4) && !defined(NOCRYPT) && !defined(NO_OPENSSL) |
30SUBDIR+= pam_kerberosIV 31.endif | 30SUBDIR+= pam_kerberosIV 31.endif |
32.if defined(MAKE_KERBEROS5__) && !defined(NOCRYPT) | 32.if defined(MAKE_KERBEROS5__) && !defined(NOCRYPT) && !defined(NO_OPENSSL) |
33SUBDIR+= pam_kerberos5 34.endif 35SUBDIR+= pam_permit 36SUBDIR+= pam_radius 37SUBDIR+= pam_skey | 33SUBDIR+= pam_kerberos5 34.endif 35SUBDIR+= pam_permit 36SUBDIR+= pam_radius 37SUBDIR+= pam_skey |
38.if exists(${.CURDIR}/../../../crypto/openssh) && !defined(NO_OPENSSL) | 38.if exists(${.CURDIR}/../../../crypto/openssh) && !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(NO_OPENSSH) |
39SUBDIR+= pam_ssh 40.endif 41SUBDIR+= pam_tacplus 42SUBDIR+= pam_unix 43 44.include <bsd.subdir.mk> | 39SUBDIR+= pam_ssh 40.endif 41SUBDIR+= pam_tacplus 42SUBDIR+= pam_unix 43 44.include <bsd.subdir.mk> |