source: Main/trunk/Platform/openbsd.mk@ 316

Last change on this file since 316 was 252, checked in by Nishi, on Oct 4, 2024 at 9:29:03 AM

openbsd support

  • Property svn:keywords set to Id
File size: 210 bytes
Line 
1# $Id: openbsd.mk 252 2024-10-04 00:29:03Z nishi $
2
3CC = cc
4AR = ar
5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I /usr/local/include -fPIC
6LDFLAGS = -Wl,-R/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33
7LIBS =
8EXEC =
9LIBSUF = .so
Note: See TracBrowser for help on using the repository browser.