2 # - Usermode Filesystem Structure Generator
4 -include ../Makefile.cfg
6 DIRS = Bin SBin Libs Modules Apps
8 FILES = Conf/BootConf.cfg
9 # Conf/Auth/Users Conf/Auth/Passwords Conf/Auth/Groups
11 #DIRS := $(addprefix $(DISTROOT)/,$(DIRS))
12 #FILES := $(addprefix $(DISTROOT)/,$(FILES))
15 .PHONY: $(DIRS) $(FILES) DISTROOT
17 install: DISTROOT $(DIRS) $(FILES)
22 $(xMKDIR) $(DISTROOT); true
25 $(xMKDIR) $(DISTROOT)/$@; true
28 $(xCP) $@ $(DISTROOT)/$@