1 2 3 4 5 6
#!/bin/sh # $FreeBSD$ for i in . `make all-depends-list`; do cd $i && [ -f "`make -V PKGFILE`" ] && make -V PKGFILE done