summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-10-26 03:53:24 +0000
committerbdrewery <bdrewery@FreeBSD.org>2013-10-26 03:53:24 +0000
commitae33509e1f493651c17fccb346f9700e1de997f6 (patch)
tree2896a8b395e5007cc46a00d2af9b55ece80f1d73 /etc/Makefile
parente7d4775169cc064b7799186241ce8c1420568f11 (diff)
downloadFreeBSD-src-ae33509e1f493651c17fccb346f9700e1de997f6.zip
FreeBSD-src-ae33509e1f493651c17fccb346f9700e1de997f6.tar.gz
Add infrastructure for installing pkg(8) keys into /etc/keys/pkg and add
the current test key that packages will be signed with until 10.0-RELEASE. Approved by: bapt Discussed by: bapt with des MFC after: 2 days
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
index d763df6..09c2814 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -224,6 +224,7 @@ distribution:
${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
${_+_}cd ${.CURDIR}/devd; ${MAKE} install
${_+_}cd ${.CURDIR}/gss; ${MAKE} install
+ ${_+_}cd ${.CURDIR}/keys; ${MAKE} install
${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
.if ${MK_PKGBOOTSTRAP} != "no"
${_+_}cd ${.CURDIR}/pkg; ${MAKE} install
OpenPOWER on IntegriCloud