aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 8e3d6239..45decf3d 100644
--- a/Makefile
+++ b/Makefile
@@ -215,17 +215,6 @@ install-pdksh : test-pdksh
install -pm 0644 -- pdksh/kshrc "$(HOME)"/.kshrc
install -pm 0644 -- pdksh/kshrc.d/* "$(HOME)"/.kshrc.d
-install-bash : test-bash
- install -m 0755 -d -- \
- "$(HOME)"/.config \
- "$(HOME)"/.bashrc.d \
- "$(HOME)"/.bash_profile.d
- install -pm 0644 -- bash/bashrc "$(HOME)"/.bashrc
- install -pm 0644 -- bash/bashrc.d/* "$(HOME)"/.bashrc.d
- install -pm 0644 -- bash/bash_profile "$(HOME)"/.bash_profile
- install -pm 0644 -- bash/bash_profile.d/* "$(HOME)"/.bash_profile.d
- install -pm 0644 -- bash/bash_logout "$(HOME)"/.bash_logout
-
install-maildir :
install -m 0755 -d -- \
"$(HOME)"/Mail/inbox/cur \