From 580898be412559d648c0454fd631ca1bc63562a5 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 27 Nov 2002 17:46:26 +0000 Subject: As warned on freebsd-current@, remove the perl wrapper from /usr/src. The /usr/bin/perl wrapper isn't solving many of the problems it was imported to deal with. There are limitations to it that don't have a clear "fix". Reviewed by: markm, kris Extorted approval from: re(jhb) --- usr.bin/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'usr.bin/Makefile') diff --git a/usr.bin/Makefile b/usr.bin/Makefile index fb0ceb5..7257d77 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -224,10 +224,6 @@ SUBDIR+=dig \ host .endif -.if !defined(NO_PERL_WRAPPER) -SUBDIR+=perl -.endif - .if !defined(NO_SENDMAIL) SUBDIR+=vacation .endif -- cgit v1.1