Add package: wsupp-libc

This commit is contained in:
PedroEdiaz
2024-07-18 23:13:48 +00:00
parent 66c4e43f83
commit a62437dcf6
6 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
OBJ = \
aes128.o \
aes128_unwrap.o \
aes128_wrap.o \
pbkdf2_sha1.o \
sha1.o \
sha1_hash.o \
sha1_hmac.o
all: $(OBJ)
clean:
rm -f *.o