diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2010-11-20 19:19:21 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-20 20:22:48 +0100 |
commit | 66c32905a8e5a3e70909fe6dbcfedb4498e10f03 (patch) | |
tree | 33ef9f4244de64c39ed40fc16947e069b871acff /tools/adk/Makefile | |
parent | 8ae4c3eff510cc563dd64aceb5a2dda4d559e718 (diff) |
new GRUB2 installation script, derived from MirBSD bootblocks
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'tools/adk/Makefile')
-rw-r--r-- | tools/adk/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/adk/Makefile b/tools/adk/Makefile index 6d02b0d62..02171c99b 100644 --- a/tools/adk/Makefile +++ b/tools/adk/Makefile @@ -12,13 +12,10 @@ ${TOPDIR}/bin/tools/depmaker: $(TOPDIR)/bin/tools ${TOPDIR}/bin/tools/pkgrebuild: $(TOPDIR)/bin/tools $(HOSTCC) -o $(TOPDIR)/bin/tools/pkgrebuild pkgrebuild.c strmap.c -${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/dkgetsz + ${TOPDIR}/bin/tools/dkgetsz include $(TOPDIR)/mk/tools.mk |