aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/sperl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/sperl/Makefile b/gnu/usr.bin/perl/sperl/Makefile
index 89d39bed4ec6..f6244944e429 100644
--- a/gnu/usr.bin/perl/sperl/Makefile
+++ b/gnu/usr.bin/perl/sperl/Makefile
@@ -22,5 +22,8 @@ DPADD+= ${LIBCRYPT}
MAN1=
MLINKS+= perl.1 suidperl.1
+BINOWN= root
+BINMODE=4711
+
.include "../../Makefile.inc"
.include <bsd.prog.mk>