From 7b6a91800c9193f46c6623202bdda998454ad148 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Wed, 16 Jan 2013 05:03:46 +0000 Subject: [PATCH] Correct prefix for "locally installed things" Approved by: cperciva MFC After: 3 days --- sbin/setkey/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile index 03c2ea2655dc..e2c93ccf489b 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