Revision 10724,
251 bytes
checked in by ghudson, 27 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r10723,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | use ExtUtils::MakeMaker; |
---|
2 | WriteMakefile( |
---|
3 | NAME => 'POSIX', |
---|
4 | LIBS => ["-lm -lposix -lcposix"], |
---|
5 | MAN3PODS => ' ', # Pods will be built by installman. |
---|
6 | XSPROTOARG => '-noprototypes', # XXX remove later? |
---|
7 | VERSION_FROM => 'POSIX.pm', |
---|
8 | ); |
---|
Note: See
TracBrowser
for help on using the repository browser.