]> Git repositories of Nishi - repoview.git/commitdiff
add freebsd makefile
authorNishi <nishi@nishi.boats>
Wed, 21 Aug 2024 15:53:09 +0000 (15:53 +0000)
committerNishi <nishi@nishi.boats>
Wed, 21 Aug 2024 15:53:09 +0000 (15:53 +0000)
git-svn-id: file:///raid/svn-personal/repoview/trunk@19 7e8b2a19-8934-dd40-8cb3-db22cdd5a80f

Platform/freebsd.mk [new file with mode: 0644]

diff --git a/Platform/freebsd.mk b/Platform/freebsd.mk
new file mode 100644 (file)
index 0000000..834e08e
--- /dev/null
@@ -0,0 +1,6 @@
+# $Id$
+
+CC = cc
+CFLAGS = -std=c99 -I /usr/local/include
+LDFLAGS = -L /usr/local/lib
+LIBS = -lcrypto