From ae33509e1f493651c17fccb346f9700e1de997f6 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sat, 26 Oct 2013 03:53:24 +0000 Subject: 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 --- etc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/Makefile') 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 -- cgit v1.1