aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/ic/rules.mk
diff options
context:
space:
mode:
authorNicholas Noll <nnoll523@gmail.com>2020-06-20 13:32:11 -0700
committerNicholas Noll <nnoll523@gmail.com>2020-06-20 13:32:11 -0700
commitdb8e974d48b8a9de58f660f159a780dce2992bb7 (patch)
tree5e0c6a6eafe015edc2d029f82473efc1b7483f1e /sys/cmd/ic/rules.mk
parent8177d942ac3fbb35ce84fb66b828d1b78a0ef6cd (diff)
fix: added file to make bootstrapping on new device easier. small changes to accomodate
Diffstat (limited to 'sys/cmd/ic/rules.mk')
-rw-r--r--sys/cmd/ic/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/ic/rules.mk b/sys/cmd/ic/rules.mk
index 9a52e42..c373dfb 100644
--- a/sys/cmd/ic/rules.mk
+++ b/sys/cmd/ic/rules.mk
@@ -2,7 +2,7 @@ include share/push.mk
# Iterate through subdirectory tree
# Local sources
-SRCS_$(d) := $(d)/ic.c
+SRCS_$(d) := $(d)/strlcpy.c $(d)/ic.c
BINS_$(d) := $(d)/ic
include share/paths.mk