1include Makefile_linux
2
3CC=cc
4LINUX=openbsd
5ARCH_FLAG_X86_64=
6ARCH_FLAG_X86=-m32
7CFLAGS +=-shared -fPIC -fpic -D_REENTRANT -D_GNU_SOURCE
8