Initial commit

This commit is contained in:
2025-11-19 20:24:00 +02:00
commit 838840dd0d
10 changed files with 266 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
--- a/ca-certificates/mozilla/Makefile
+++ b/ca-certificates/mozilla/Makefile
@@ -2,8 +2,11 @@
# Makefile
#
-all:
- python3 certdata2pem.py
+certdata2pem: certdata2pem.c
+ $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@
+
+all: certdata2pem
+ ./certdata2pem
clean:
-rm -f *.crt