summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2013-11-03 13:00:12 +0000
committerbdrewery <bdrewery@FreeBSD.org>2013-11-03 13:00:12 +0000
commit6de2c936259a5e18aa8a335646d3928ab70c754b (patch)
treebd495ca25f1a92acd22ed9f38ddb7324cf3df199 /etc/Makefile
parenteb6fbdd1a6fed9a988ce49c82cbb5b7871bb866a (diff)
downloadFreeBSD-src-6de2c936259a5e18aa8a335646d3928ab70c754b.zip
FreeBSD-src-6de2c936259a5e18aa8a335646d3928ab70c754b.tar.gz
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)
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile1
1 files changed, 0 insertions, 1 deletions
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
OpenPOWER on IntegriCloud