summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/sperl/Makefile
blob: 462f92e0ce7d9684ff3369436afd2f9bce3ea990 (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
#
# 

PROG= suidperl 

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}

NOMAN=


.include <bsd.prog.mk>
.include "../../Makefile.inc"

OpenPOWER on IntegriCloud