source: Main/2.03E/Platform/openbsd.mk@ 254

Last change on this file since 254 was 254, checked in by Nishi, on Oct 4, 2024 at 1:08:33 PM

add 2.03E

  • Property svn:keywords set to Id
File size: 210 bytes
Line 
1# $Id: openbsd.mk 254 2024-10-04 04:08:33Z 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.