aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rules.mk
blob: 2364189f389a414d93ba85d5e32e96a8f5ab928b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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

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

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

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

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

include share/pop.mk