m4-1.4.18: registering info file /usr/pkg/info/m4.info
bison-3.0.4nb3: registering info file /usr/pkg/info/bison.info
gmake-4.1nb3: registering info file /usr/pkg/info/make.info
readline-7.0: registering info file /usr/pkg/info/history.info
readline-7.0: registering info file /usr/pkg/info/readline.info
readline-7.0: registering info file /usr/pkg/info/rluserman.info
libffi-3.2.1nb4: registering info file /usr/pkg/info/libffi.info
===========================================================================
$NetBSD: MESSAGE,v 1.2 2017/05/19 12:05:51 szptvlfn Exp $
There are two kinds of entities in:
				/usr/pkg/include/atomic_ops/sysdeps

- Subdirectories corresponding to specific compilers
  (or compiler/OS combinations).

  Each of these includes one or more architecture-specific headers.

- More generic header files corresponding to a particular ordering and/or
  atomicity property that might be shared by multiple hardware platforms.
===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.5 2014/08/10 10:47:42 wiz Exp $

Execute this command to extract and rehash all CA root certificates
distributed by the Mozilla Project, so that they can be used by third
party applications using OpenSSL. It also creates a single file
certificate bundle in PEM format which can be used by applications using
GnuTLS.

	# mozilla-rootcerts install

To mark these certificates as trusted for users of gnupg2, do
the following (assuming default PKG_SYSCONFBASE and a Bourne shell):

	# mkdir -p /usr/pkg/etc/gnupg
	# cd /usr/pkg/etc/gnupg
	# for c in /etc/openssl/certs/*.pem; do
	> openssl x509 -in $c -noout -fingerprint|sed 's|^.*=\(.*\)|\1 S|'
	> done > trustlist.txt
===========================================================================