usr/Makefile: added missing sh minibootstrap.sh

This commit is contained in:
Ben Gras 2011-02-10 17:00:02 +00:00
parent 3beb81a5d0
commit 341f8682f2

View file

@ -31,6 +31,7 @@ pkgsrc-create: git
cd ${.CURDIR}/pkgsrc && git branch minix-master origin/minix-master
cd ${.CURDIR}/pkgsrc && git checkout minix-master
cd ${.CURDIR}/pkgsrc && git pull
cd ${.CURDIR}/pkgsrc/minix && sh minibootstrap.sh
pkgsrc-checkout: git
cd ${.CURDIR}/pkgsrc && git checkout minix-master