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

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}

.if exists (/usr/lib/libcrypt.a)
LDADD+= -lcrypt
DPADD+= ${LIBCRYPT}
.else
SRCS+= crypt.c
.endif

NOMAN=


.include <bsd.prog.mk>

OpenPOWER on IntegriCloud