From af0c1d5ac3960776a4a485ca587744464630e634 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 24 May 2020 08:06:34 -0700 Subject: contin: in the middle of reorganizing the declaration parsing. check-in before reorganizing keywords --- sys/cmd/rules.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/cmd/rules.mk') 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 -- cgit v1.2.1