chiark / gitweb /
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
[elogind.git] / klibc / Makefile
1 SUBDIRS = klibc
2
3 all:
4
5 %:
6         @set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done