source: Main/trunk/Platform/netbsd.mk@ 163

Last change on this file since 163 was 120, checked in by Nishi, on Sep 21, 2024 at 7:29:24 PM

add netbsd

  • Property svn:keywords set to Id
File size: 125 bytes
RevLine 
[2]1# $Id: netbsd.mk 120 2024-09-21 10:29:24Z nishi $
2
3CC = cc
4AR = ar
[40]5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
[2]6LDFLAGS =
7LIBS =
[6]8EXEC =
[17]9LIB = .so
Note: See TracBrowser for help on using the repository browser.