summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/libperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/libperl/Makefile')
-rw-r--r--gnu/usr.bin/perl/libperl/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/usr.bin/perl/libperl/Makefile b/gnu/usr.bin/perl/libperl/Makefile
deleted file mode 100644
index cfaa2ef..0000000
--- a/gnu/usr.bin/perl/libperl/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $FreeBSD$
-
-LIB= perl
-
-CFLAGS+=-I${.OBJDIR} -I${PERL5SRC} -DPERL_CORE
-
-SRCS= perl.c gv.c toke.c perly.c op.c regcomp.c dump.c util.c mg.c \
- hv.c av.c run.c pp_hot.c sv.c pp.c scope.c pp_ctl.c pp_sys.c \
- doop.c doio.c regexec.c utf8.c taint.c deb.c universal.c \
- xsutils.c globals.c perlio.c perlapi.c \
- config.h
-
-DPADD= ${LIBM}
-LDADD= -lm
-
-NO_PERL_SCRIPT_MAKE= true
-
-# NOPIC= true
-
-.include <bsd.lib.mk>
-
-config.h: links
- @sh config_h.sh
-
-.SUFFIXES:
-
-.SUFFIXES: .o .po .So .s .S .c .ln
-
-.PATH: ${PERL5SRC}
OpenPOWER on IntegriCloud