Home | History | Annotate | only in /src/distrib/syspkg
History log of /src/distrib/syspkg
RevisionDateAuthorComments
 1.5 25-Oct-2008  apb Use ${TOOL_SED} instead if plain sed in Makefiles.
 1.4 19-Oct-2008  apb Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
 1.3 02-Mar-2004  xtraeme branches: 1.3.32;
Protect with .if !defined(BSD_SYSPKG_MK). Ok'ed by jwise@
 1.2 29-Mar-2002  jwise Add a bit of DESTDIR handling which had gotten lost in a previous round of
cleanup. Also GC two more variables.
 1.1 07-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-2002  jwise Import syspkg make infrastructure from draga.com CVS.

This is the latest version of <bsd.syspkg.mk>, and forms the basis of
NetBSD System Packages (syspkg). Further development of this codebase
will occur within TNF's cvs repository, and copyright will be assigned
to TNF when the relevant paperwork is complete.
 1.3.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 07-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-2002  jwise branches: 1.1.1.1.34;
Import syspkg documentation from draga.com CVS.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 02-Nov-2021  abs Update some distrib X11R6 references to X11R7

Some of these scripts and notes may no longer be relevant, but now
they are at least not relevant while referring to the current X
installation directory
 1.1 07-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-2002  jwise branches: 1.1.1.1.34;
Import syspkg documentation from draga.com CVS.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 02-Nov-2021  abs Update some distrib X11R6 references to X11R7

Some of these scripts and notes may no longer be relevant, but now
they are at least not relevant while referring to the current X
installation directory
 1.2 17-Jan-2004  lukem branches: 1.2.32;
Remove references to xcontrib and xmisc now that they've been merged
into xbase.
 1.1 07-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-2002  jwise Import syspkg documentation from draga.com CVS.
 1.2.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 07-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 07-Jan-2002  jwise branches: 1.1.1.1.34;
Import syspkg documentation from draga.com CVS.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.13 23-Sep-2018  maxv Remove the isdn sets from syspkg, now that they have no user left.
 1.12 29-Jun-2018  roy Remove dhclient from the base system.

Discussed here:
https://mail-index.netbsd.org/tech-userlevel/2018/06/21/msg011233.html
 1.11 16-Jan-2010  roy branches: 1.11.46; 1.11.48;
Remove tn3270 from sets
 1.10 12-Nov-2008  ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
 1.9 27-Oct-2006  tnozaki branches: 1.9.18;
add missing locale syspkg stuffs.
 1.8 23-Mar-2006  wiz Remove some more krb4 remnants.
 1.7 08-Feb-2006  christos remove sushi
 1.6 30-Jun-2004  jmc Add missing NetBSD ID tags
 1.5 09-Apr-2003  jmmv Add a Catalan libc message catalog file (plus everything else needed to
track the file). Closes my own PR lib/19498.
 1.4 12-Jul-2002  tshiozak add Slovak (sk_SK) locale support.
 1.3 20-May-2002  jwise branches: 1.3.2;
Separate various parts of sushi(8) from the *-sysutil-* packages into new
*-sushi-* packages.

Suggested by Allen Barret in PR misc/16900:

>$ grep base-sysutil distrib/sets/lists/base/mi | grep sushi | wc -l
> 288
>$ grep base-sysutil distrib/sets/lists/base/mi | grep -v sushi | wc -l
> 136
>
>In a future where syspkgs are useful, it seems likely that some
>people will want to avoid installing sushi, while others will want to
>be able to upgrade sushi without upgrading the entire system. Several
>small subsystems, including cron and lpr, have their own syspkg sets,
>and it seems reasonable to do the same for the sushi subsystem.
 1.2 17-Mar-2002  tshiozak refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.

HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.3.2.1 15-Jul-2002  thorpej pullup-1-6 ticket #472 (tshiozak).

add LC_CTYPE for sk_SK.ISO8859-2, by Lubomir Sedlacik.
 1.9.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.11.48.1 10-Jun-2019  christos Sync with HEAD
 1.11.46.2 30-Sep-2018  pgoyette Ssync with HEAD
 1.11.46.1 28-Jul-2018  pgoyette Sync with HEAD
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove a few more auto-generated files missed in last sweep.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove a few more auto-generated files missed in last sweep.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove a few more auto-generated files missed in last sweep.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove a few more auto-generated files missed in last sweep.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove a few more auto-generated files missed in last sweep.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Feb-2010  wiz Consistently call the file system "ext2".
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Feb-2010  wiz Consistently call the file system "ext2".
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 17-Mar-2002  tshiozak branches: 1.1.34;
refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.

HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.
 1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 17-Mar-2002  tshiozak branches: 1.1.34;
refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.

HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.
 1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 17-Mar-2002  tshiozak refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.

HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 09-Apr-2003  jmmv branches: 1.1.32;
Add a Catalan libc message catalog file (plus everything else needed to
track the file). Closes my own PR lib/19498.
 1.1.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 09-Apr-2003  jmmv branches: 1.1.32;
Add a Catalan libc message catalog file (plus everything else needed to
track the file). Closes my own PR lib/19498.
 1.1.32.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 09-Apr-2003  jmmv Add a Catalan libc message catalog file (plus everything else needed to
track the file). Closes my own PR lib/19498.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 08-Mar-2007  tnozaki branches: 1.1.12;
add nn_NO(Nynorsk) and nb_NO(Bokmal) locale.
 1.1.12.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 08-Mar-2007  tnozaki branches: 1.1.12;
add nn_NO(Nynorsk) and nb_NO(Bokmal) locale.
 1.1.12.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 08-Mar-2007  tnozaki branches: 1.1.12;
add nn_NO(Nynorsk) and nb_NO(Bokmal) locale.
 1.1.12.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 12-Jul-2002  tshiozak branches: 1.1.2; 1.1.34;
add Slovak (sk_SK) locale support.
 1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1.2.2 15-Jul-2002  thorpej pullup-1-6 ticket #472 (tshiozak).

add LC_CTYPE for sk_SK.ISO8859-2, by Lubomir Sedlacik.
 1.1.2.1 12-Jul-2002  thorpej file COMMENT was added on branch netbsd-1-6 on 2002-07-15 17:13:03 +0000
 1.1 12-Jul-2002  tshiozak branches: 1.1.2; 1.1.34;
add Slovak (sk_SK) locale support.
 1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1.2.2 15-Jul-2002  thorpej pullup-1-6 ticket #472 (tshiozak).

add LC_CTYPE for sk_SK.ISO8859-2, by Lubomir Sedlacik.
 1.1.2.1 12-Jul-2002  thorpej file DESCR was added on branch netbsd-1-6 on 2002-07-15 17:13:03 +0000
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 12-Jul-2002  tshiozak branches: 1.1.2;
add Slovak (sk_SK) locale support.
 1.1.2.2 15-Jul-2002  thorpej pullup-1-6 ticket #472 (tshiozak).

add LC_CTYPE for sk_SK.ISO8859-2, by Lubomir Sedlacik.
 1.1.2.1 12-Jul-2002  thorpej file Makefile was added on branch netbsd-1-6 on 2002-07-15 17:13:03 +0000
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 27-Oct-2006  tnozaki branches: 1.1.18;
add missing locale syspkg stuffs.
 1.1.18.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 05-Dec-2021  msaitoh s/progam/program/
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 05-Dec-2021  msaitoh s/progam/program/
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Jan-2002  jwise Remove auto-generated files accidentally brough in with syspkg import.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.5 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.4 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.3 30-Jun-2004  jmc branches: 1.3.26;
Add missing NetBSD ID tags
 1.2 17-Mar-2002  tshiozak refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.

HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.3.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 23-Sep-2008  hubertf Implement /usr/bin/c99 script as wrapper for cc to run in C99 compatible
mode. Patch submitted by Andy Shevchenko <andy.shevchenko@gmail.com>
on tech-userlevel.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.2 05-Oct-2008  mjf Sync with HEAD.
 1.1.1.1.34.1 28-Sep-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 23-Sep-2008  hubertf Implement /usr/bin/c99 script as wrapper for cc to run in C99 compatible
mode. Patch submitted by Andy Shevchenko <andy.shevchenko@gmail.com>
on tech-userlevel.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.2 05-Oct-2008  mjf Sync with HEAD.
 1.1.1.1.34.1 28-Sep-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 23-Sep-2008  hubertf Implement /usr/bin/c99 script as wrapper for cc to run in C99 compatible
mode. Patch submitted by Andy Shevchenko <andy.shevchenko@gmail.com>
on tech-userlevel.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.2 05-Oct-2008  mjf Sync with HEAD.
 1.1.1.1.34.1 28-Sep-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 30-Jun-2004  jmc branches: 1.3.26;
Add missing NetBSD ID tags
 1.2 02-May-2003  dyoung Fix typo.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.3.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 17-Mar-2002  tshiozak branches: 1.1.34;
refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.

HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.
 1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 17-Mar-2002  tshiozak branches: 1.1.34;
refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.

HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.
 1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 17-Mar-2002  tshiozak refine i18n stuffs.
- add libc/citrus directory.
this directory contains the common stuffs not only for locale
but also other facilities relating to i18n (e.g. iconv).
- To keep the binary compatibility for the ctype modules easily,
the interface between libc and the modules is simplified.
- For the future integrated extension, module pool is renamed
from "/usr/lib/runemodule" to "/usr/lib/i18n".
In the future, this directory will contain the modules for "iconv",
"collation", etc.
- some cosmetic changes.
- Bug fix for runetype.h; __attribute__((__packed__)) is placed at
the wrong position and it is invalid unintentionally.
But, the all members of the structures seem well-aligned. Thus,
this bug causes no problem, hopefully.

HEADS UP:
- /usr/lib/rumemodule is obsoleted. If you use the multibyte locales,
you need to install /usr/lib/i18n/* from sys/lib/i18n_module .
- The binary compatibility of /usr/share/locale/*/LC_CTYPE is probably kept.
Perhaps, the bug fix about __packed__ mentioned above breaks the
compatibility... Be careful especially on 64bit platforms.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 20-May-2002  jwise branches: 1.2.34;
Fill in some COMMENT and DESCR files which were inadvertantly left blank.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 23-Sep-2018  maxv Remove the isdn sets from syspkg, now that they have no user left.
 1.3 29-Jun-2018  roy Remove dhclient from the base system.

Discussed here:
https://mail-index.netbsd.org/tech-userlevel/2018/06/21/msg011233.html
 1.2 30-Jun-2004  jmc branches: 1.2.26; 1.2.92; 1.2.94;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.94.1 10-Jun-2019  christos Sync with HEAD
 1.2.92.2 30-Sep-2018  pgoyette Ssync with HEAD
 1.2.92.1 28-Jul-2018  pgoyette Sync with HEAD
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.10 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.9 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.8 23-Sep-2018  maxv Remove the isdn sets from syspkg, now that they have no user left.
 1.7 29-Jun-2018  roy Remove dhclient from the base system.

Discussed here:
https://mail-index.netbsd.org/tech-userlevel/2018/06/21/msg011233.html
 1.6 16-Jan-2010  roy branches: 1.6.46; 1.6.48;
Remove tn3270 from sets
 1.5 23-Mar-2006  wiz branches: 1.5.20;
Remove some more krb4 remnants.
 1.4 08-Feb-2006  christos remove sushi
 1.3 30-Jun-2004  jmc Add missing NetBSD ID tags
 1.2 20-May-2002  jwise Separate various parts of sushi(8) from the *-sysutil-* packages into new
*-sushi-* packages.

Suggested by Allen Barret in PR misc/16900:

>$ grep base-sysutil distrib/sets/lists/base/mi | grep sushi | wc -l
> 288
>$ grep base-sysutil distrib/sets/lists/base/mi | grep -v sushi | wc -l
> 136
>
>In a future where syspkgs are useful, it seems likely that some
>people will want to avoid installing sushi, while others will want to
>be able to upgrade sushi without upgrading the entire system. Several
>small subsystems, including cron and lpr, have their own syspkg sets,
>and it seems reasonable to do the same for the sushi subsystem.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.5.20.1 05-Oct-2008  mjf Sync with HEAD.
 1.6.48.1 10-Jun-2019  christos Sync with HEAD
 1.6.46.2 30-Sep-2018  pgoyette Ssync with HEAD
 1.6.46.1 28-Jul-2018  pgoyette Sync with HEAD
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 21-Feb-2010  wiz Consistently call the file system "ext2".
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 21-Feb-2010  wiz Consistently call the file system "ext2".
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Feb-2010  wiz Consistently call the file system "ext2".
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 21-Feb-2010  wiz Consistently call the file system "ext2".
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.4 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.3 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.3 10-Nov-2020  kamil Reintroduce the support of MKCATPAGES

Requested by <mrg>
 1.2 09-Nov-2020  kamil Remove the catman sets support

Remnant of MKCATPAGES
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise branches: 1.1.1.1.34;
Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.1.1.1.34.1 05-Oct-2008  mjf Sync with HEAD.
 1.2 30-Jun-2004  jmc branches: 1.2.26;
Add missing NetBSD ID tags
 1.1 21-Jan-2002  jwise branches: 1.1.1;
Initial revision
 1.1.1.1 21-Jan-2002  jwise Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

This support currently allows two make(1) targets to be executed from
src/distrib/syspkg/sets:

a.) `make register' will register the existing system as packages.
This willl allow the version of software on the current system
to be queried with

PKG_DBDIR=/var/db/syspkg pkg_info

and individual packages to be deleted with

PKG_DBDIR=/var/db/syspkg pkg_delete <pkgname>

b.) `make package' will create binary packages from the existing
system (or from the contents of ${DESTDIR}, if ${DESTDIR} is
set). These packages can be taken to another system, and
installed with

PKG_DBDIR=/var/db/syspkg pkg_add <pkgname>

to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
 1.2.26.1 05-Oct-2008  mjf Sync with HEAD.

RSS XML Feed