summaryrefslogtreecommitdiffstats
path: root/sbin/setkey
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-01-16 05:03:46 +0000
committereadler <eadler@FreeBSD.org>2013-01-16 05:03:46 +0000
commit7284572ae674f698fe5471077c053af5a269c9b4 (patch)
tree73ac15f19aeb6141e75448a6c790fbefef372077 /sbin/setkey
parent01b3f1d63526dfaa1fb71e71019fb3772c6f86f2 (diff)
downloadFreeBSD-src-7284572ae674f698fe5471077c053af5a269c9b4.zip
FreeBSD-src-7284572ae674f698fe5471077c053af5a269c9b4.tar.gz
Correct prefix for "locally installed things"
Approved by: cperciva MFC After: 3 days
Diffstat (limited to 'sbin/setkey')
-rw-r--r--sbin/setkey/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile
index 03c2ea2..e2c93cc 100644
--- a/sbin/setkey/Makefile
+++ b/sbin/setkey/Makefile
@@ -61,7 +61,7 @@ CLEANFILES+= scriptdump y.tab.h
#SCRIPTS= scriptdump
-LOCALPREFIX= /usr
+LOCALPREFIX= /usr/local
scriptdump: scriptdump.pl
sed -e 's#@LOCALPREFIX@#${LOCALPREFIX}#' < $> > scriptdump
OpenPOWER on IntegriCloud