Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd Remove trailing " from pam-u2f subdir name



details:   https://anonhg.NetBSD.org/src/rev/212ae22d48e3
branches:  trunk
changeset: 745537:212ae22d48e3
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Mar 04 22:56:08 2020 +0000

description:
Remove trailing " from pam-u2f subdir name

diffstat:

 external/bsd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 581035ec92b5 -r 212ae22d48e3 external/bsd/Makefile
--- a/external/bsd/Makefile     Wed Mar 04 22:24:46 2020 +0000
+++ b/external/bsd/Makefile     Wed Mar 04 22:56:08 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.68 2020/03/04 22:07:08 christos Exp $
+#      $NetBSD: Makefile,v 1.69 2020/03/04 22:56:08 jmcneill Exp $
 
 .include <bsd.own.mk>
 
@@ -31,7 +31,7 @@
 SUBDIR+= nsd
 .endif
 .if ${MKPAM} != "no"
-SUBDIR+= pam-u2f"
+SUBDIR+= pam-u2f
 .endif
 .if (${MKPCC} != "no")
 SUBDIR+= pcc



Home | Main Index | Thread Index | Old Index