This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.002_01: ext/POSIX/POSIX.xs
[perl5.git] / ext / POSIX / Makefile.PL
... / ...
CommitLineData
1use ExtUtils::MakeMaker;
2WriteMakefile(
3 LIBS => ["-lm -lposix -lcposix"],
4 MAN3PODS => ' ', # Pods will be built by installman.
5 XSPROTOARG => '-noprototypes', # XXX remove later?
6 VERSION_FROM => 'POSIX.pm',
7);