summaryrefslogtreecommitdiffstats
path: root/helpers/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-06-27 09:40:48 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-06-27 13:06:05 (EDT)
commite43c5b7cd456449ebcf06c15c08473071f9f6ad5 (patch)
tree6d83f503e0d34e0b137762fdb4a044759826d52a /helpers/local.mk
parentadf3fd4145b8866c07eba0197c677e6b8e061fc1 (diff)
helpers/mode: Parse
Diffstat (limited to 'helpers/local.mk')
-rw-r--r--helpers/local.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/helpers/local.mk b/helpers/local.mk
index ce5ecc7..c4b248e 100644
--- a/helpers/local.mk
+++ b/helpers/local.mk
@@ -1 +1,5 @@
-mknod_SOURCES = %reldir%/mknod.c
+mknod_SOURCES = \
+ %reldir%/defs.h \
+ %reldir%/mknod.c \
+ %reldir%/mode.c \
+ %reldir%/mode.h