head	1.9;
access;
symbols
	RELENG_2_2_8_RELEASE:1.8
	RELENG_2_2_7_RELEASE:1.8
	RELENG_2_2_6_RELEASE:1.8
	RELENG_2_2_5_RELEASE:1.8
	RELENG_2_2_2_RELEASE:1.8
	RELENG_2_2_1_RELEASE:1.8
	RELENG_2_2_0_RELEASE:1.8
	RELENG_2_1_7_RELEASE:1.6.4.2
	RELENG_2_1_6_1_RELEASE:1.6.4.2
	RELENG_2_1_6_RELEASE:1.6.4.2
	RELENG_2_2:1.8.0.2
	RELENG_2_2_BP:1.8
	RELENG_2_1_5_RELEASE:1.6.4.2
	RELENG_2_1_0_RELEASE:1.6
	RELENG_2_1_0:1.6.0.4
	RELENG_2_1_0_BP:1.6
	RELENG_2_0_5_RELEASE:1.6
	RELENG_2_0_5:1.6.0.2
	RELENG_2_0_5_BP:1.6
	RELENG_2_0_5_ALPHA:1.5
	RELEASE_2_0:1.4
	BETA_2_0:1.4
	ALPHA_2_0:1.4.0.2
	perl_4_036_bmake:1.1.1.1
	lwall:1.1.1;
locks; strict;
comment	@# @;


1.9
date	98.09.09.06.49.09;	author markm;	state dead;
branches;
next	1.8;

1.8
date	96.02.13.13.17.48;	author joerg;	state Exp;
branches;
next	1.7;

1.7
date	95.07.25.00.33.27;	author bde;	state Exp;
branches;
next	1.6;

1.6
date	95.05.30.05.02.44;	author rgrimes;	state Exp;
branches
	1.6.4.1;
next	1.5;

1.5
date	95.01.01.20.30.56;	author rgrimes;	state Exp;
branches;
next	1.4;

1.4
date	94.11.03.23.50.23;	author gclarkii;	state Exp;
branches;
next	1.3;

1.3
date	94.11.03.20.07.46;	author gclarkii;	state Exp;
branches;
next	1.2;

1.2
date	94.10.27.23.16.44;	author wollman;	state Exp;
branches;
next	1.1;

1.1
date	94.09.10.06.27.52;	author gclarkii;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.09.10.06.27.53;	author gclarkii;	state Exp;
branches;
next	;

1.6.4.1
date	96.05.29.22.36.58;	author jkh;	state Exp;
branches;
next	1.6.4.2;

1.6.4.2
date	96.06.05.02.42.16;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Old Perl is leaving us. Goodbye, faithful friend.
@
text
@PLIBDIR= ${DESTDIR}/usr/share/perl

PLIB+= abbrev.pl assert.pl bigfloat.pl bigint.pl bigrat.pl cacheout.pl
PLIB+= chat2.pl complete.pl ctime.pl dumpvar.pl exceptions.pl fastcwd.pl
PLIB+= find.pl finddepth.pl flush.pl getcwd.pl gethostname.pl getopts.pl
PLIB+= importenv.pl look.pl newgetopt.pl open2.pl perldb.pl pwd.pl
PLIB+= shellwords.pl stat.pl syslog.pl termcap.pl timelocal.pl validate.pl

NOOBJ=

install:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PLIB} ${PLIBDIR}

clean:
cleandir:

.include <bsd.prog.mk>
@


1.8
log
@Add a small `gethostname' package.  It uses __sysctl(2), and thus
avoids the kludgy backquotes that are required by now (`hostname`).

Usage:

require "gethostname.pl";
$thishost = &gethostname'gethostname;
@
text
@@


1.7
log
@Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
@
text
@d5 3
a7 3
PLIB+= find.pl finddepth.pl flush.pl getcwd.pl getopts.pl importenv.pl
PLIB+= look.pl newgetopt.pl open2.pl perldb.pl pwd.pl shellwords.pl
PLIB+= stat.pl syslog.pl termcap.pl timelocal.pl validate.pl
@


1.6
log
@Remove trailing whitespace.
@
text
@d12 1
a12 1
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PLIB} ${PLIBDIR}
@


1.6.4.1
log
@Merge from HEAD, except:

	Clients that used gnumalloc still do, despite the merge.  We're not
	bringing phkmalloc over.

	Thread stuff left out.

	PCCARD support left out.
@
text
@d5 3
a7 3
PLIB+= find.pl finddepth.pl flush.pl getcwd.pl gethostname.pl getopts.pl
PLIB+= importenv.pl look.pl newgetopt.pl open2.pl perldb.pl pwd.pl
PLIB+= shellwords.pl stat.pl syslog.pl termcap.pl timelocal.pl validate.pl
d12 1
a12 1
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PLIB} ${PLIBDIR}
@


1.6.4.2
log
@This 3rd mega-commit should hopefully bring us back to where we were.
I can get it to `make world' succesfully, anyway!
@
text
@d5 3
a7 3
PLIB+= find.pl finddepth.pl flush.pl getcwd.pl getopts.pl importenv.pl
PLIB+= look.pl newgetopt.pl open2.pl perldb.pl pwd.pl shellwords.pl
PLIB+= stat.pl syslog.pl termcap.pl timelocal.pl validate.pl
d12 1
a12 1
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PLIB} ${PLIBDIR}
@


1.5
log
@Add missing ${DESTDIR} so that the library ends up in a release.
Remove mkdir -p, this is handled by make hierarchy.
Add NOOBJ= to override obj: target, and remove local obj: target.
@
text
@d7 1
a7 1
PLIB+= stat.pl syslog.pl termcap.pl timelocal.pl validate.pl 
@


1.4
log
@Correct my hosing...:(
@
text
@d1 1
a1 1
PLIBDIR= /usr/share/perl
d9 2
a11 1
	mkdir -p ${PLIBDIR}
a15 1
obj:
a17 2


@


1.3
log
@Change libs to install in /usr/lib/perl
@
text
@d1 1
a1 1
PLIBDIR= /usr/lib/perl
@


1.2
log
@Convince Perl to that is is part of the system, as /usr/bin/perl (binary)
and /usr/share/perl (library).  The latter was chosen as analogous to other
directories already present in /usr/share, like /usr/share/groff_font and
(particularly) /usr/share/mk.
@
text
@d1 1
a1 1
PLIBDIR= /usr/share/perl
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
PLIBDIR= /usr/local/lib/perl
@


1.1.1.1
log
@Initial import of Perl 4.046 bmaked

@
text
@@
