summaryrefslogtreecommitdiff
path: root/sbin/Makefile
blob: 73669f804d45aa1ec491a98717766e294af2529b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS:=nologin \

export VERSION PREFIX

.PHONY: all clean $(SUBDIRS)

all: $(SUBDIRS)

subdirs: $(SUBDIRS)

$(SUBDIRS):
	$(MAKE) $(MAKECMDGOALS) -C $@

clean: $(SUBDIRS)

install: $(SUBDIRS)