ports/Tools/scripts/pkg-stash/pkg-list.sh
2021-04-08 11:36:35 +02:00

5 lines
111 B
Bash
Executable file

#!/bin/sh
for i in . `make all-depends-list`; do
cd $i && [ -f "`make -V PKGFILE`" ] && make -V PKGFILE
done