summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/lib/Makefile
blob: 375720d449f4f4b4f57dec34881463561618b5c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PLIBDIR= /usr/local/lib/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 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 

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

clean:
cleandir:
obj:

.include <bsd.prog.mk>


OpenPOWER on IntegriCloud