aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rules.mk
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-24 08:06:34 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-24 08:06:34 -0700
commitaf0c1d5ac3960776a4a485ca587744464630e634 (patch)
tree11d53c335586cea8822af9f2fb2ff57027c9b095 /sys/cmd/rules.mk
parent39e4332d45e770dfe684071db4d3427fa2ca6b0c (diff)
contin: in the middle of reorganizing the declaration parsing. check-in before reorganizing keywords
Diffstat (limited to 'sys/cmd/rules.mk')
-rw-r--r--sys/cmd/rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/cmd/rules.mk b/sys/cmd/rules.mk
index a692dfa..4905a5f 100644
--- a/sys/cmd/rules.mk
+++ b/sys/cmd/rules.mk
@@ -8,4 +8,7 @@ include $(DIR)/rules.mk
DIR := $(d)/cc
include $(DIR)/rules.mk
+DIR := $(d)/rc
+include $(DIR)/rules.mk
+
include share/pop.mk