1995-01-01 20:30:56 +00:00
|
|
|
PLIBDIR= ${DESTDIR}/usr/share/perl
|
1994-09-10 06:27:55 +00:00
|
|
|
|
|
|
|
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
|
1996-02-13 13:17:49 +00:00
|
|
|
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
|
1994-09-10 06:27:55 +00:00
|
|
|
|
1995-01-01 20:30:56 +00:00
|
|
|
NOOBJ=
|
|
|
|
|
1994-09-10 06:27:55 +00:00
|
|
|
install:
|
1995-07-25 00:37:58 +00:00
|
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PLIB} ${PLIBDIR}
|
1994-09-10 06:27:55 +00:00
|
|
|
|
|
|
|
clean:
|
|
|
|
cleandir:
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|