From: Nishi Date: Wed, 21 Aug 2024 15:53:09 +0000 (+0000) Subject: add freebsd makefile X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=7671180df8466caf4c41177d42e4ecb61719fdb9;p=repoview.git add freebsd makefile git-svn-id: file:///raid/svn-personal/repoview/trunk@19 7e8b2a19-8934-dd40-8cb3-db22cdd5a80f --- 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