summaryrefslogtreecommitdiffstats
path: root/src/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-04-13 01:30:00 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-04-13 01:30:00 (EDT)
commit050896fd00110c5a8744b540041c4c81c68530da (patch)
treed5c96b39e47c23abb0481f577c9a1d4a53783718 /src/local.mk
parentb7e0e663765da3cc95ceefdde172110c690b6ee6 (diff)
ustar: Implement
Diffstat (limited to 'src/local.mk')
-rw-r--r--src/local.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/local.mk b/src/local.mk
index a3ebaf1..ec4b347 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -2,4 +2,6 @@ opkg_opk_SOURCES += \
%reldir%/defs.h \
%reldir%/gzip.c \
%reldir%/gzip.h \
- %reldir%/main.c
+ %reldir%/main.c \
+ %reldir%/ustar.c \
+ %reldir%/ustar.h