4 lines
78 B
Ruby
4 lines
78 B
Ruby
|
require 'mkmf'
|
||
|
$LIBS << ' -lsbuf -lhbsdcontrol'
|
||
|
create_makefile("hbsdctl.rb")
|