From 6de2c936259a5e18aa8a335646d3928ab70c754b Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sun, 3 Nov 2013 13:00:12 +0000 Subject: MFC r257344,r257403: Move /etc/keys to /usr/share/keys where users are less likely to modify them. Approved by: bapt Approved by: re (gjb) --- etc/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'etc/Makefile') diff --git a/etc/Makefile b/etc/Makefile index 75ebc88..0370b99 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -221,7 +221,6 @@ 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