From 7671180df8466caf4c41177d42e4ecb61719fdb9 Mon Sep 17 00:00:00 2001 From: Nishi Date: Wed, 21 Aug 2024 15:53:09 +0000 Subject: [PATCH] add freebsd makefile git-svn-id: file:///raid/svn-personal/repoview/trunk@19 7e8b2a19-8934-dd40-8cb3-db22cdd5a80f --- Platform/freebsd.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Platform/freebsd.mk diff --git a/Platform/freebsd.mk b/Platform/freebsd.mk new file mode 100644 index 0000000..834e08e --- /dev/null +++ b/Platform/freebsd.mk @@ -0,0 +1,6 @@ +# $Id$ + +CC = cc +CFLAGS = -std=c99 -I /usr/local/include +LDFLAGS = -L /usr/local/lib +LIBS = -lcrypto -- 2.45.2