summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/sperl/Makefile
blob: af19d479ff3b6a841a7986403cd95e753af16dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
#

PROG= suidperl
LINKS= ${BINDIR}/suidperl ${BINDIR}/sperl4.036

SRCS+= array.c cmd.c cons.c consarg.c
SRCS+= doarg.c doio.c dolist.c dump.c
SRCS+= eval.c form.c hash.c malloc.c
SRCS+= perl.c perly.c regcomp.c regexec.c
SRCS+= stab.c str.c toke.c util.c
SRCS+= usersub.c
.PATH: ${.CURDIR}/../perl


CFLAGS+= -I${.CURDIR}/../perl -DIAMSUID -DTAINT
LDADD= -lm
DPADD= ${LIBM}

LDADD+= -lcrypt
DPADD+= ${LIBCRYPT}

MAN1=
MLINKS+= perl.1 suidperl.1

BINOWN= root
BINMODE=4711

.include "../../Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud