blob: 1db3f936abf1f8b674cb9d86048ac673a9e3d75d (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: pkgpath.conf,v 1.1 2013/05/01 05:36:25 agc Exp $
#
# packaging tools configuration
if [ -r /etc/defaults/pkgpath.conf ]; then
. /etc/defaults/pkgpath.conf
fi
# Add local overrides below
#
|