head	1.3;
access;
symbols
	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.21;	author ru;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.25.14.48.11;	author markm;	state Exp;
branches;
next	;


desc
@@


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

MODULE=		Peek
MODULEDIR=	Devel/Peek

.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
@d6 1
a6 2
.include "../Makefile.inc"
.include <bsd.obj.mk>
@

