From 9b1222a7123625c3ce4ce7df2ca07f2fe6ffbe23 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Thu, 16 May 2002 15:44:08 +0000 Subject: [PATCH] Don't install scriptdump which is written in Perl. This is corresponding to removal of Perl from base system. --- sbin/setkey/Makefile | 2 +- usr.sbin/setkey/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile index b66bc464e289..782b4780807a 100644 --- a/sbin/setkey/Makefile +++ b/sbin/setkey/Makefile @@ -52,7 +52,7 @@ DPADD+= ${LIBIPSEC} LDADD+= -lipsec CLEANFILES+= scriptdump y.tab.h -SCRIPTS= scriptdump +#SCRIPTS= scriptdump LOCALPREFIX= /usr diff --git a/usr.sbin/setkey/Makefile b/usr.sbin/setkey/Makefile index b66bc464e289..782b4780807a 100644 --- a/usr.sbin/setkey/Makefile +++ b/usr.sbin/setkey/Makefile @@ -52,7 +52,7 @@ DPADD+= ${LIBIPSEC} LDADD+= -lipsec CLEANFILES+= scriptdump y.tab.h -SCRIPTS= scriptdump +#SCRIPTS= scriptdump LOCALPREFIX= /usr