initial import

This commit is contained in:
Lucas Gabriel Vuotto 2024-05-31 10:59:58 +00:00
commit 7bc527c769
28 changed files with 2071 additions and 0 deletions

7
lib/Makefile Normal file
View file

@ -0,0 +1,7 @@
.PATH: ${.CURDIR}/..
LIB= lilcrypto
NOMAN= noman
SRCS= ${LC_SRCS}
.include <bsd.lib.mk>

1
lib/shlib_version Normal file
View file

@ -0,0 +1 @@
LIBlilcrypto_VERSION=0.0