4a7eb9af733943c81dec219082d2d6ed81c1657a
[p5sagit/p5-mst-13.2.git] / ext / POSIX / Makefile.PL
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     LIBS => ["-lm -lposix -lcposix"],
4     MAN3PODS    => ' ',         # Pods will be built by installman.
5     XSPROTOARG => '-noprototypes',              # XXX remove later?
6 );