diff options
author | ume <ume@FreeBSD.org> | 2002-05-16 15:44:08 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2002-05-16 15:44:08 +0000 |
commit | fa04abef9d8a6243ba6d250233ca80e58fed6aa5 (patch) | |
tree | 8b476c5f87425c8148773ff2c541c601fdab7951 | |
parent | af2650e805e3ff18099ecfced4eb103713610a19 (diff) | |
download | FreeBSD-src-fa04abef9d8a6243ba6d250233ca80e58fed6aa5.zip FreeBSD-src-fa04abef9d8a6243ba6d250233ca80e58fed6aa5.tar.gz |
Don't install scriptdump which is written in Perl. This is
corresponding to removal of Perl from base system.
-rw-r--r-- | sbin/setkey/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/setkey/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/setkey/Makefile b/sbin/setkey/Makefile index b66bc46..782b478 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 b66bc46..782b478 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 |