summaryrefslogtreecommitdiffstats
path: root/lib/libpam
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-02-26 11:16:08 +0000
committerpeter <peter@FreeBSD.org>2000-02-26 11:16:08 +0000
commitdfef412c92bf74fc9e46725c1e67efb6d3f0b33d (patch)
tree078a33a534e5f0e589f82a2ade81d1cf184ece6e /lib/libpam
parent10a409ad5f5b82bd45188f149c0126d41e3bdd59 (diff)
downloadFreeBSD-src-dfef412c92bf74fc9e46725c1e67efb6d3f0b33d.zip
FreeBSD-src-dfef412c92bf74fc9e46725c1e67efb6d3f0b33d.tar.gz
Argh, I can't win today. Spell ${.CURDIR} correctly.
Diffstat (limited to 'lib/libpam')
-rw-r--r--lib/libpam/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpam/modules/Makefile b/lib/libpam/modules/Makefile
index 92b82af..badc134 100644
--- a/lib/libpam/modules/Makefile
+++ b/lib/libpam/modules/Makefile
@@ -35,7 +35,7 @@ SUBDIR+= pam_kerberos5
SUBDIR+= pam_permit
SUBDIR+= pam_radius
SUBDIR+= pam_skey
-.if exists({$.CURDIR}/../../../crypto/openssh) && !defined(NO_OPENSSL)
+.if exists(${.CURDIR}/../../../crypto/openssh) && !defined(NO_OPENSSL)
SUBDIR+= pam_ssh
.endif
SUBDIR+= pam_tacplus
OpenPOWER on IntegriCloud