aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/utils/h2ph/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-05-16 09:57:11 +0000
committerMark Murray <markm@FreeBSD.org>2002-05-16 09:57:11 +0000
commitf72674c5403101ace9faf0ba70fe9442d6ea96c3 (patch)
tree2bccf70ff84a73d396c7088b79671bf90c4a46bd /gnu/usr.bin/perl/utils/h2ph/Makefile
parentf365887c6cf0d109c6d7e3cf0cd7b1833f93e70a (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/perl/utils/h2ph/Makefile')
-rw-r--r--gnu/usr.bin/perl/utils/h2ph/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/usr.bin/perl/utils/h2ph/Makefile b/gnu/usr.bin/perl/utils/h2ph/Makefile
deleted file mode 100644
index 6d3c51ec9688..000000000000
--- a/gnu/usr.bin/perl/utils/h2ph/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# $FreeBSD$
-#
-
-SCRIPTS=h2ph
-
-beforedepend all: scripts
-
-.include <bsd.prog.mk>
-
-afterinstall:
- cd ${DESTDIR}/usr/include; \
- ${MINIPERL} -I${.OBJDIR}/lib ${.OBJDIR}/${SCRIPTS} -d \
- ${DESTDIR}/usr/libdata/perl/${VERSION}/mach * */*
-
-.PATH: ${PERL5SRC}