#!/bin/sh # # $NetBSD: listpkgs,v 1.11 2006/01/03 18:31:09 apb Exp $ # # List all packages in the given pkgset by parsing the list files. # rundir="$(dirname "$0")" # ${0%/*} isn't good enough when there's no "/" . ${rundir}/sets.subr prefix=/ usage() { cat 1>&2 <