mkimage-profiles/pkg.in/Makefile
Michael Shigorin e53b6acb56 installer firmware support
Thanks go to lakostis@ (see #18047) for all the aic94xx reminders
and the final testing of the proposed image.
2011-11-04 16:15:29 +02:00

12 lines
242 B
Makefile

# step 3: copy package lists and groups referenced in distro configuration
# (and only those!) over to $(BUILDDIR)
ifndef BUILDDIR
$(error BUILDDIR not defined)
endif
all:
@for dir in lists groups; do \
$(MAKE) -C $$dir; \
done