aboutsummaryrefslogtreecommitdiff
path: root/sys/libn/rules.mk
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-19 09:46:35 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-19 09:46:35 -0700
commitef512a454184bfbcdf3ac6b295e9fb5bf7e26841 (patch)
tree6b39a599888355a6afaf84fa253e6e9294eb00a9 /sys/libn/rules.mk
parent49b1ee8fc11fc3aa93b39146fdff0a33ef27a74b (diff)
chore: updated inclusion of files to mark the new partition of logic
Diffstat (limited to 'sys/libn/rules.mk')
-rw-r--r--sys/libn/rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/libn/rules.mk b/sys/libn/rules.mk
index b9efc37..4e33971 100644
--- a/sys/libn/rules.mk
+++ b/sys/libn/rules.mk
@@ -4,8 +4,8 @@ DIRSTACK_$(SP) := $(d)
d := $(DIR)
# Iterate through subdirectory tree
-DIR := $(d)/bufio
-include $(DIR)/rules.mk
+# DIR := $(d)/bufio
+# include $(DIR)/rules.mk
# ...
# Local sources
@@ -36,7 +36,7 @@ BINS := $(BINS) $(BINS_$(d))
$(LIBS_$(d)): $(OBJS_$(d))
$(ARCHIVE)
-$(BINS_$(d)): $(OBJ_DIR)/test.o
+$(BINS_$(d)): $(OBJ_DIR)/libn/test.o
$(LINK)
# ---- Pop off stack ----