No need to link against sbuf anymore

This commit is contained in:
0x1eef 2024-03-20 21:36:41 -03:00
parent 7d4de6aff6
commit aa55d2855d

View file

@ -1,3 +1,3 @@
require 'mkmf'
$LIBS << ' -lsbuf -lhbsdcontrol'
$LIBS << ' -lhbsdcontrol'
create_makefile("bsdcontrol.rb")