summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
blob: c68d1203017dbbf91fe1e4d462bbda5b30dbe76e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS:=bxpkg \
	 gfdisk \

export ARCH VERSION PREFIX

.PHONY: all clean $(SUBDIRS)

all: $(SUBDIRS)

subdirs: $(SUBDIRS)

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

clean: $(SUBDIRS)

install: $(SUBDIRS)