summaryrefslogtreecommitdiffstats
path: root/package/openssh
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssh')
-rw-r--r--package/openssh/Makefile.in3
-rw-r--r--package/openssh/openssh.mk8
2 files changed, 8 insertions, 3 deletions
diff --git a/package/openssh/Makefile.in b/package/openssh/Makefile.in
deleted file mode 100644
index 6dbcdd1e8..000000000
--- a/package/openssh/Makefile.in
+++ /dev/null
@@ -1,3 +0,0 @@
-ifeq ($(strip $(BR2_PACKAGE_OPENSSH)),y)
-TARGETS+=openssh
-endif
diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
index fc1d001a3..54ad325d7 100644
--- a/package/openssh/openssh.mk
+++ b/package/openssh/openssh.mk
@@ -74,3 +74,11 @@ openssh-clean:
openssh-dirclean:
rm -rf $(OPENSSH_DIR)
+#############################################################
+#
+# Toplevel Makefile options
+#
+#############################################################
+ifeq ($(strip $(BR2_PACKAGE_OPENSSH)),y)
+TARGETS+=openssh
+endif