When doing a setuid script, the usual #!/usr/bin/perl detects it and execs

/usr/bin/sperl5.00502 to implement it, so that name had better exist..

Reviewed by:	markm (a while ago)
This commit is contained in:
Peter Wemm 1999-01-12 07:57:01 +00:00
parent 610481bce5
commit 7d1b4bd3cc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42562

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.4 1998/09/22 12:00:58 markm Exp $
# $Id: Makefile,v 1.5 1998/10/11 18:13:42 markm Exp $
#
PROG= suidperl
@ -11,6 +11,8 @@ DPADD= lib/auto/DynaLoader/DynaLoader.a ${LIBPERL} ${LIBM} ${LIBCRYPT}
LDADD= lib/auto/DynaLoader/DynaLoader.a -lperl -lm -lcrypt
BINOWN= root
BINMODE=4511
LINKS= ${BINDIR}/${PROG} ${BINDIR}/sperl5.00502
CLEANFILES= config.h config.sh config_h.sh writemain writemain.sh \
Config.pm cflags cflags.sh myconfig perlmain.c miniperlmain.c \