summaryrefslogtreecommitdiffstats
path: root/helpers/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-07-06 12:29:35 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-07-06 12:38:09 (EDT)
commit351fc50f385f6b6cac0571355b910377bd077781 (patch)
treeb309303c9be9bd6c691f762b3f01d782665dac9a /helpers/local.mk
parent2615b187c5e446bcba965f21def342e313656201 (diff)
mknod: Factor out error functions into common code
Diffstat (limited to 'helpers/local.mk')
-rw-r--r--helpers/local.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/helpers/local.mk b/helpers/local.mk
index 2d82b25..aa3c21d 100644
--- a/helpers/local.mk
+++ b/helpers/local.mk
@@ -1,5 +1,7 @@
helpers_mknod_SOURCES = \
common/defs.h \
+ common/error.c \
+ common/error.h \
common/mode.c \
common/mode.h \
%reldir%/mknod.c