diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-19 21:02:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-19 21:02:57 +0100 |
commit | 69a374abb905573dc63f18a37dc7378ae5e9627c (patch) | |
tree | 1f1a7b4ec7c1bd42b04c9039179b434e1f1811fd /mk | |
parent | a2c0f0b4fb853a9cec69452a6f6324963492e863 (diff) | |
parent | 5f155a30e5fc92d97ba0cf41b4b41abdd161ef1e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r-- | mk/build.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk index ec501922e..758e3a3c4 100644 --- a/mk/build.mk +++ b/mk/build.mk @@ -423,4 +423,7 @@ bulk: mksh $(TOPDIR)/package/pkgmaker @:>.menu -.PHONY: menu +dep: + mksh $(TOPDIR)/package/depmaker + +.PHONY: menu dep |