summaryrefslogtreecommitdiff
path: root/tools/adk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/adk/Makefile')
-rw-r--r--tools/adk/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/adk/Makefile b/tools/adk/Makefile
index 0de5b0291..6d02b0d62 100644
--- a/tools/adk/Makefile
+++ b/tools/adk/Makefile
@@ -15,7 +15,10 @@ ${TOPDIR}/bin/tools/pkgrebuild: $(TOPDIR)/bin/tools
${TOPDIR}/bin/tools/pt: $(TOPDIR)/bin/tools
$(HOSTCC) -o $(TOPDIR)/bin/tools/pt pt.c
+${TOPDIR}/bin/tools/dkgetsz: ${TOPDIR}/bin/tools
+ ${HOSTCC} -O2 -Wall -o $@ dkgetsz.c
+
install: ${TOPDIR}/bin/tools/depmaker ${TOPDIR}/bin/tools/pkgrebuild \
- $(TOPDIR)/bin/tools/pt
+ $(TOPDIR)/bin/tools/pt ${TOPDIR}/bin/tools/dkgetsz
include $(TOPDIR)/mk/tools.mk