summaryrefslogtreecommitdiffstats
path: root/make/openssh.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-15 02:55:17 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-15 02:55:17 +0000
commit78431965205eb0f1fe8a0e240dcc2c20940fb1dd (patch)
treeea4f72e53a7f7ffc82e4a307de9cc80e939de3f7 /make/openssh.mk
parentcad581084a1d85f4fb88b466e6f36ad0128754f0 (diff)
downloadbuildroot-novena-78431965205eb0f1fe8a0e240dcc2c20940fb1dd.tar.gz
buildroot-novena-78431965205eb0f1fe8a0e240dcc2c20940fb1dd.zip
Add udhcp, cleanup a few other loose ends.
-Erik
Diffstat (limited to 'make/openssh.mk')
-rw-r--r--make/openssh.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/openssh.mk b/make/openssh.mk
index 3e4e5a525..ff985dcfc 100644
--- a/make/openssh.mk
+++ b/make/openssh.mk
@@ -34,7 +34,7 @@ $(OPENSSH_DIR)/ssh: $(OPENSSH_DIR)/.configured
$(TARGET_DIR)/usr/bin/ssh: $(OPENSSH_DIR)/ssh
make CC=$(TARGET_CC1) DESTDIR=$(TARGET_DIR) -C $(OPENSSH_DIR) install
- rm -rf $(TARGET_DIR)/usr/share/doc/openssh
+ rm -rf $(TARGET_DIR)/usr/info $(TARGET_DIR)/usr/man $(TARGET_DIR)/usr/share/doc
openssh: $(TARGET_DIR)/usr/bin/ssh