mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
9 lines
196 B
Perl
9 lines
196 B
Perl
use ExtUtils::MakeMaker;
|
|
use Config qw(%Config);
|
|
|
|
WriteMakefile(
|
|
VERSION_FROM => "IO.pm",
|
|
NAME => "IO",
|
|
OBJECT => '$(O_FILES)',
|
|
MAN3PODS => {}, # Pods will be built by installman.
|
|
);
|