head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	94.06.08.16.41.52;	author md;	state Exp;
branches;
next	1.1;

1.1
date	94.01.05.23.53.28;	author md;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove target in case it already exists.
@
text
@# BSDI $Id: Makefile,v 1.1 1994/01/05 23:53:28 md Exp md $

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

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

depend:

h2ph: h2ph.pl
	@@rm -f ./h2ph >/dev/null 2>&1
	cp ${.CURDIR}/h2ph.pl ./h2ph

afterinstall:
	(cd ${DESTDIR}/usr/include; ${DESTDIR}${BINDIR}/h2ph -destdir ${DESTDIR}${BINDIR}/../lib/perl * sys/* machine/*)
	
.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# BSDI $Id: Makefile,v 1.2 1994/01/06 06:53:45 polk Exp $
d13 1
@
