NetBSD/distrib/syspkg/sets/etc/Makefile
jwise 1ca5c1b281 Import NetBSD System Package (syspkg) sypport for the base, comp, etc, games,
man, misc, and text sets (i.e. all non-X11 sets).

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

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

	PKG_DBDIR=/var/db/syspkg pkg_info

      and individual packages to be deleted with

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

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

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

      to update or install specific packages.

The need to explicitly specify the syspkg PKG_DBDIR will be replaced with a
flag for the various pkg tools in the next few days.
2002-01-21 15:45:36 +00:00

60 lines
1.2 KiB
Makefile

SUBDIR+=etc-bind-etc
SUBDIR+=etc-bind-rc
SUBDIR+=etc-bootserver-etc
SUBDIR+=etc-bootserver-rc
SUBDIR+=etc-cron-log
SUBDIR+=etc-cron-rc
SUBDIR+=etc-cron-root
SUBDIR+=etc-dhclient-etc
SUBDIR+=etc-dhclient-rc
SUBDIR+=etc-dhcpd-rc
SUBDIR+=etc-games-etc
SUBDIR+=etc-games-scores
SUBDIR+=etc-ipf-rc
SUBDIR+=etc-isdn-rc
SUBDIR+=etc-krb5-rc
SUBDIR+=etc-lpr-etc
SUBDIR+=etc-lpr-log
SUBDIR+=etc-lpr-rc
SUBDIR+=etc-mail-etc
SUBDIR+=etc-mailwrapper-etc
SUBDIR+=etc-man-etc
SUBDIR+=etc-net-etc
SUBDIR+=etc-net-rc
SUBDIR+=etc-netutil-etc
SUBDIR+=etc-netutil-log
SUBDIR+=etc-nfsserver-rc
SUBDIR+=etc-nis-rc
SUBDIR+=etc-nis-root
SUBDIR+=etc-ntp-etc
SUBDIR+=etc-ntp-rc
SUBDIR+=etc-postfix-etc
SUBDIR+=etc-postfix-rc
SUBDIR+=etc-ppp-rc
SUBDIR+=etc-root-root
SUBDIR+=etc-router-etc
SUBDIR+=etc-router-rc
SUBDIR+=etc-secsh-etc
SUBDIR+=etc-secsh-rc
SUBDIR+=etc-sendmail-etc
SUBDIR+=etc-sendmail-log
SUBDIR+=etc-sendmail-rc
SUBDIR+=etc-sys-defaults
SUBDIR+=etc-sys-etc
SUBDIR+=etc-sys-log
SUBDIR+=etc-sys-rc
SUBDIR+=etc-sys-root
SUBDIR+=etc-sysutil-etc
SUBDIR+=etc-sysutil-log
SUBDIR+=etc-timed-rc
SUBDIR+=etc-util-etc
SUBDIR+=etc-uucp-etc
SUBDIR+=etc-uucp-log
SUBDIR+=etc-x11-rc
TARGETS+=package
TARGETS+=register
TARGETS+=plist
.include <bsd.subdir.mk>