freebsd-dev/gnu/usr.bin/perl/lib/Makefile

18 lines
504 B
Makefile
Raw Normal View History

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
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
1995-05-30 05:05:38 +00:00
PLIB+= stat.pl syslog.pl termcap.pl timelocal.pl validate.pl
1994-09-10 06:27:55 +00:00
NOOBJ=
1994-09-10 06:27:55 +00:00
install:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PLIB} ${PLIBDIR}
clean:
cleandir:
.include <bsd.prog.mk>