Rev 4716 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4716 | Rev 4719 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | app/ping |
40 | app/ping |
41 | 41 | ||
42 | DIRS_MODULAR = \ |
42 | DIRS_MODULAR = \ |
43 | il/arp \ |
43 | il/arp \ |
44 | il/ip \ |
44 | il/ip \ |
45 | il/icmp \ |
45 | tl/icmp \ |
46 | tl/udp \ |
46 | tl/udp \ |
47 | tl/tcp \ |
47 | tl/tcp \ |
48 | 48 | ||
49 | DIRS_ALL = $(DIRS) $(DIRS_MODULAR) |
49 | DIRS_ALL = $(DIRS) $(DIRS_MODULAR) |
50 | 50 |