bsdcontrol.rb/ext/hbsdctl.rb/extconf.rb

4 lines
78 B
Ruby
Raw Normal View History

2024-03-01 02:29:43 +01:00
require 'mkmf'
$LIBS << ' -lsbuf -lhbsdcontrol'
create_makefile("hbsdctl.rb")