Source-Changes-HG archive

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

[src/trunk]: src/external/bsd conditionalize on mkpam



details:   https://anonhg.NetBSD.org/src/rev/600517997e0e
branches:  trunk
changeset: 745534:600517997e0e
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Mar 04 22:07:08 2020 +0000

description:
conditionalize on mkpam

diffstat:

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

diffs (27 lines):

diff -r d01949acce58 -r 600517997e0e external/bsd/Makefile
--- a/external/bsd/Makefile     Wed Mar 04 22:00:03 2020 +0000
+++ b/external/bsd/Makefile     Wed Mar 04 22:07:08 2020 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.67 2020/03/03 00:29:41 christos Exp $
+#      $NetBSD: Makefile,v 1.68 2020/03/04 22:07:08 christos Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=        acpica am-utils bc byacc cron dhcpcd ekermit elftosb \
        fetch file flex jemalloc less \
        libarchive libevent libfido2 liblzf libpcap mdocml \
-       ntp pam-u2f openresolv tcpdump tmux top tre wpa
+       ntp openresolv tcpdump tmux top tre wpa
 
 .if (${MKATF} != "no")
 SUBDIR+= atf
@@ -30,6 +30,9 @@
 .if (${MKNSD} != "no")
 SUBDIR+= nsd
 .endif
+.if ${MKPAM} != "no"
+SUBDIR+= pam-u2f"
+.endif
 .if (${MKPCC} != "no")
 SUBDIR+= pcc
 .endif



Home | Main Index | Thread Index | Old Index