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,23 @@
OBJ = \
attr_bin.o \
attr_buf.o \
attr_gen.o \
attr_nst.o \
attr_str.o \
attr_sub.o \
base_err.o \
base_gen.o \
ctx.o \
ctx_cmd.o \
ctx_gen.o \
ctx_grp.o \
genl_fam.o \
genl_grp.o \
pack.o \
pack_str.o \
pack_sub.o
all: $(OBJ)
clean:
rm -f *.o