summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/tperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/tperl/Makefile')
-rw-r--r--gnu/usr.bin/perl/tperl/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/perl/tperl/Makefile b/gnu/usr.bin/perl/tperl/Makefile
index 939f6d5..f76988e 100644
--- a/gnu/usr.bin/perl/tperl/Makefile
+++ b/gnu/usr.bin/perl/tperl/Makefile
@@ -1,21 +1,21 @@
#
-#
+#
PROG= tperl
LINKS= ${BINDIR}/tperl ${BINDIR}/tperl4.036
-SRCS+= array.c cmd.c cons.c consarg.c
+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+= 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+= stab.c str.c toke.c util.c
SRCS+= usersub.c
.PATH: ${.CURDIR}/../perl
CFLAGS+= -I${.CURDIR}/../perl -DTAINT
-LDADD+= -lm
-DPADD= ${LIBM}
+LDADD+= -lm
+DPADD= ${LIBM}
LDADD+= -lcrypt
DPADD+= ${LIBCRYPT}
OpenPOWER on IntegriCloud