diff options
Diffstat (limited to 'blfs/Makefile')
-rw-r--r-- | blfs/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/blfs/Makefile b/blfs/Makefile index 1e1a727..7e1ee19 100644 --- a/blfs/Makefile +++ b/blfs/Makefile @@ -1,6 +1,5 @@ -targets = bind-utils-extra desktop-file-utils dhcpcd libpwquality Linux-PAM \ - OpenSSH shared-mime-info sudo systemd-extras wget which \ - wpa_supplicant +targets = desktop-file-utils dhcpcd libpwquality Linux-PAM OpenSSH \ + shared-mime-info sudo systemd-extras wget which wpa_supplicant all : $(targets) @@ -22,7 +21,7 @@ asciidoc : docbook-xsl fop libxslt Lynx Berkeley_DB : java Sharutils @echo "Berkeley_DB" -bind-utils : libuv libxml2 +bind-utils : libuv libxml2 PLY @echo "bind-utils" bind-utils-extra : json-c libcap-pam libxml2 @@ -218,7 +217,8 @@ libxslt : docbook-xml docbook-xsl libgcrypt libxml2 libyaml : @echo "libyaml" -Linux-PAM : Berkeley_DB docbook-xml docbook-xsl fop libnsl libtirpc libxslt Lynx +Linux-PAM : Berkeley_DB docbook-xml docbook-xsl fop libnsl libtirpc libxslt \ + Lynx @echo "Linux-PAM" qrencode : @@ -312,6 +312,9 @@ PCRE2 : popt : @echo "popt" +PLY : + @echo "PLY" + Pygments : @echo "Pygments" |