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

Last change on this file since 132 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
Line 
1# $Id: netbsd.mk 120 2024-09-21 10:29:24Z nishi $
2
3CC = cc
4AR = ar
5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
6LDFLAGS =
7LIBS =
8EXEC =
9LIB = .so
Note: See TracBrowser for help on using the repository browser.