diff options
author | cvs2git <cvs2git> | 2000-02-02 20:22:20 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2000-02-02 20:22:20 +0000 |
commit | 982d8d614ddcd9c5746f0bc7aa697f2337cc1adb (patch) | |
tree | 230b4abb5c02c10c965d2c6613aae8aaec90bde0 /fs_signup/FS-SignupClient/Makefile.PL | |
parent | 3bfec7cf75a1a4eb4da1cdf8c64003bd6babcd81 (diff) | |
parent | 80ba0c074354875c288c143721af08a0a5d02e42 (diff) |
This commit was manufactured by cvs2svn to create branchfreeside_1_2_3_pci_mods
'freeside_1_2_3_pci_mods'.
Diffstat (limited to 'fs_signup/FS-SignupClient/Makefile.PL')
-rw-r--r-- | fs_signup/FS-SignupClient/Makefile.PL | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fs_signup/FS-SignupClient/Makefile.PL b/fs_signup/FS-SignupClient/Makefile.PL deleted file mode 100644 index 859d757c3..000000000 --- a/fs_signup/FS-SignupClient/Makefile.PL +++ /dev/null @@ -1,10 +0,0 @@ -use ExtUtils::MakeMaker; -# See lib/ExtUtils/MakeMaker.pm for details of how to influence -# the contents of the Makefile that is written. -WriteMakefile( - 'NAME' => 'FS::SignupClient', - 'VERSION_FROM' => 'SignupClient.pm', # finds $VERSION - 'EXE_FILES' => [ 'fs_signupd' ], - 'INSTALLSCRIPT' => '/usr/local/sbin', - 'PERM_RWX' => '750', -); |