Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / gnu / usr.bin / perl / utils / h2ph / Makefile
1 #
2 # $FreeBSD: src/gnu/usr.bin/perl/utils/h2ph/Makefile,v 1.5.2.1 2000/10/05 09:54:53 markm Exp $
3 # $DragonFly: src/gnu/usr.bin/perl/utils/h2ph/Attic/Makefile,v 1.2 2003/06/17 04:25:47 dillon Exp $
4 #
5
6 PROG=   h2ph
7
8 beforedepend all:       scripts
9
10 .include <bsd.prog.mk>
11
12 afterinstall:
13         cd ${DESTDIR}/usr/include; \
14         ${MINIPERL} -I${.OBJDIR}/lib ${.OBJDIR}/${PROG} -d \
15                 ${DESTDIR}/usr/libdata/perl/${VERSION}/mach * */*
16
17 .PATH:  ${PERL5SRC}