aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rules.mk
blob: a692dfa2ee1c49be22e5e94ef4d43dc93bb70069 (plain)
1
2
3
4
5
6
7
8
9
10
11
include share/push.mk

# Iterate through subdirectory tree

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

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

include share/pop.mk