#!/bin/sh # # $NetBSD: listpkgs,v 1.12 2006/01/04 13:35:55 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 <