diff options
Diffstat (limited to 'tools/adk/Makefile')
-rw-r--r-- | tools/adk/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/adk/Makefile b/tools/adk/Makefile index 3f2048e68..fd1d0e2c0 100644 --- a/tools/adk/Makefile +++ b/tools/adk/Makefile @@ -9,6 +9,10 @@ ${TOPDIR}/bin/tools/depmaker: ${TOPDIR}/bin/tools/pkgrebuild: $(HOSTCC) -o $(TOPDIR)/bin/tools/pkgrebuild pkgrebuild.c strmap.c -install: ${TOPDIR}/bin/tools/depmaker ${TOPDIR}/bin/tools/pkgrebuild +${TOPDIR}/bin/tools/pt: + $(HOSTCC) -o $(TOPDIR)/bin/tools/pt pt.c + +install: ${TOPDIR}/bin/tools/depmaker ${TOPDIR}/bin/tools/pkgrebuild \ + $(TOPDIR)/bin/tools/pt include $(TOPDIR)/mk/tools.mk |