From aaee99681f0c205f12951ad67c98aee05a2420f4 Mon Sep 17 00:00:00 2001
From: William Harrington <kb0iic@berzerkula.org>
Date: Mon, 10 May 2021 20:30:08 -0500
Subject: Add shadow-pam and LFS

---
 blfs/Makefile | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/blfs/Makefile b/blfs/Makefile
index 506863a..b8bbebc 100644
--- a/blfs/Makefile
+++ b/blfs/Makefile
@@ -1,7 +1,10 @@
-targets = wpa_supplicant wget which desktop-file-utils dhcpcd \
-		  libpwquality Linux-PAM OpenSSH shared-mime-info sudo systemd-extras
+targets = wpa_supplicant wget desktop-file-utils \
+		  libpwquality OpenSSH shared-mime-info systemd-extras
 
-all : $(targets)
+all : LFS $(targets)
+
+LFS :
+	@echo "LFS"
 
 apache-ant : GLib java
 	@echo "apache-ant"
@@ -429,6 +432,9 @@ sgml-common :
 SGMLSpm :
 	@echo "SGMLSpm"
 
+shadow-pam : Linux-PAM
+	@echo "shadow-pam"
+
 shared-mime-info : GLib itstool libxml2 xmlto
 	@echo "shared-mime-info"
 
@@ -453,8 +459,8 @@ sudo : bind-utils Linux-PAM MIT_Kerberos-keyutils OpenLDAP
 
 systemd-extras : btrfs-progs cURL cryptsetup dbus-xorglibs git GnuTLS iptables \
 	libcap-pam libgcrypt libidn2 libmicrohttpd libpwquality libxkbcommon lxml \
-	lz4 make-ca nftables p11-kit PCRE2 Polkit qrencode rsync Valgrind zsh \
-	#gnu-efi kexec-tools libfido2 quota-tools Sphinx
+	lz4 make-ca nftables p11-kit PCRE2 Polkit qrencode rsync shadow-pam \
+	Valgrind zsh #gnu-efi kexec-tools libfido2 quota-tools Sphinx
 	@echo "systemd-extras"
 
 Tk : Xorg-Libs
-- 
cgit v1.2.3-54-g00ecf