head	1.3;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.2.2
	RELENG_4_11:1.1.2.2.0.10
	RELENG_4_11_BP:1.1.2.2
	RELENG_4_10_0_RELEASE:1.1.2.2
	RELENG_4_10:1.1.2.2.0.8
	RELENG_4_10_BP:1.1.2.2
	RELENG_4_9_0_RELEASE:1.1.2.2
	RELENG_4_9:1.1.2.2.0.6
	RELENG_4_9_BP:1.1.2.2
	RELENG_4_8_0_RELEASE:1.1.2.2
	RELENG_4_8:1.1.2.2.0.4
	RELENG_4_8_BP:1.1.2.2
	RELENG_4_7_0_RELEASE:1.1.2.2
	RELENG_4_7:1.1.2.2.0.2
	RELENG_4_7_BP:1.1.2.2
	RELENG_4_6_2_RELEASE:1.1.2.1
	RELENG_4_6_1_RELEASE:1.1.2.1
	RELENG_4_6_0_RELEASE:1.1.2.1
	RELENG_4_6:1.1.2.1.0.8
	RELENG_4_6_BP:1.1.2.1
	RELENG_4_5_0_RELEASE:1.1.2.1
	RELENG_4_5:1.1.2.1.0.6
	RELENG_4_5_BP:1.1.2.1
	RELENG_4_4_0_RELEASE:1.1.2.1
	RELENG_4_4:1.1.2.1.0.4
	RELENG_4_4_BP:1.1.2.1
	RELENG_4_3_0_RELEASE:1.1.2.1
	RELENG_4_3:1.1.2.1.0.2
	RELENG_4_3_BP:1.1.2.1
	RELENG_4_2_0_RELEASE:1.1.2.1
	RELENG_4:1.1.0.2
	PRE_SMPNG:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.05.16.09.57.08;	author markm;	state dead;
branches;
next	1.2;

1.2
date	2001.10.19.12.58.22;	author ru;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.25.14.48.14;	author markm;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2000.10.05.09.54.47;	author markm;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2002.07.24.14.29.06;	author ru;	state Exp;
branches;
next	1.1.2.3;

1.1.2.3
date	2012.11.17.07.23.08;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove the perl build. Farewell, old friend.
@
text
@# $FreeBSD: src/gnu/usr.bin/perl/library/re/Makefile,v 1.2 2001/10/19 12:58:22 ru Exp $

MODULE=	re

.include <bsd.prog.mk>
@


1.2
log
@Respect system ${CFLAGS} when building Perl modules.

bsd.obj.mk -> bsd.prog.mk in modules makefiles, as the
latter automatically includes ../Makefile.inc and adds
-I${DESTDIR}/usr/include to ${CFLAGS} needed for "make
world" which is built with -nostdinc.

Reviewed by:	MAINTAINER timeout
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Userland build stuff for Perl5.006.

This is cleaned up quite a lot since 5.00502, and the library modules
are broken out into individual dirs. This should please a lot folk.
@
text
@d5 1
a5 2
.include "../Makefile.inc"
.include <bsd.obj.mk>
@


1.1.2.1
log
@MFC: Merge the CURRENT perl-building method to STABLE. This will
dramatically reduce the dependance on miniperl.

NOTE!! This does not bring Perl-5.6.0 to STABLE !!

NOTE!! You should delete /usr/bin/miniperl !!
@
text
@@


1.1.2.2
log
@MFC: Use the terminal bsd.prog.mk instead of intermediate bsd.obj.mk
which is likely to be prohibited for direct inclusion in the future.

Reviewed by:	markm
@
text
@d5 2
a6 1
.include <bsd.prog.mk>
@


1.1.2.3
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/gnu/usr.bin/perl/library/re/Makefile 100607 2002-07-24 14:29:06Z ru $
@


