aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rules.mk
blob: c648907100ec430a7d375ab631e1fe16060d6573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include share/push.mk

# Iterate through subdirectory tree

DIR := $(d)/cat
include $(DIR)/rules.mk

DIR := $(d)/cc
include $(DIR)/rules.mk

# DIR := $(d)/edo
# include $(DIR)/rules.mk

DIR := $(d)/rc
include $(DIR)/rules.mk

include share/pop.mk