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

PROG= tperl
LINKS= ${BINDIR}/tperl ${BINDIR}/tperl4.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 -DTAINT
LDADD+= -lm
DPADD= ${LIBM}

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

MAN1=
MLINKS+= perl.1 tperl.1
MLINKS+= perl.1 taintperl.1

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