]> Nishi Git Mirror - sp.git/commitdiff
FreeBSD向けのリリースコマンドの追加
author諏訪子 <suwako@076.moe>
Tue, 16 Apr 2024 03:27:59 +0000 (12:27 +0900)
committer諏訪子 <suwako@076.moe>
Tue, 16 Apr 2024 03:27:59 +0000 (12:27 +0900)
CHANGELOG.md
Makefile

index 5c8a80677b13f43c6ca7c6a6ae572d93b80bbe9e..e171ffb0b077d2ff2162d10cdc7cd6c1eef18835 100644 (file)
@@ -3,6 +3,7 @@
 * GNU Make → BSD Make
 * GPLv2 → ISC
 * OpenBSD向けのリリースコマンドの追加
+* FreeBSD向けのリリースコマンドの追加
 
 # 1.2.0
 * やっとTOTP機能性を修正した
index 3717ca8a82c319c662a9eff401bfad8a8dfb718d..bc38416887d3a31df4ae43919a4d5ead2c8885e9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,10 @@ release-openbsd:
        ${CC} ${CFLAGS} -o ${NAME}-${VERSION}-openbsd-amd64 ${FILES} -static -lgpgme -lcrypto -lc -lassuan -lgpg-error -lintl -liconv
        strip ${NAME}
 
+release-freebsd:
+       ${CC} ${CFLAGS} -o ${NAME}-${VERSION}-freebsd-amd64 ${FILES} -static -lgpgme -lcrypto -lc -lassuan -lgpg-error -lthr -lintl
+       strip ${NAME}
+
 install: all
        mkdir -p ${DESTDIR}${PREFIX}/bin
        cp -f ${NAME} ${DESTDIR}${PREFIX}/bin