changeset 4917 | c98da2209f8c |
parent 1639 | a97859015238 |
child 5506 | 202f599c92aa |
4916:de44744708a2 | 4917:c98da2209f8c |
---|---|
24 # |
24 # |
25 |
25 |
26 BUILDDIR = ../../.. |
26 BUILDDIR = ../../.. |
27 include $(BUILDDIR)/common/Defs.gmk |
27 include $(BUILDDIR)/common/Defs.gmk |
28 |
28 |
29 SUBDIRS = nameservice |
29 SUBDIRS_misc = nameservice |
30 include $(BUILDDIR)/common/Subdirs.gmk |
|
31 |
|
30 all build clean clobber:: |
32 all build clean clobber:: |
31 $(SUBDIRS-loop) |
33 $(SUBDIRS-loop) |
32 |
34 |