# BSDI Makefile,v 1.5 1995/08/03 00:58:31 polk Exp

PROG=	h2ph
MAN1=	h2ph.0
SRCS=
STRIP=

.include "../../Makefile.inc" 

depend tags:

h2ph: h2ph.pl
	cp ${.CURDIR}/h2ph.pl ./h2ph

afterinstall:
	(cd ${DESTDIR}/usr/include; ${DESTDIR}${BINDIR}/h2ph -destdir ${DESTDIR}/usr/libdata/perl * sys/* machine/*)

.include <bsd.prog.mk>
