2017-11-14 08:34:53 +00:00
|
|
|
SUBDIRS=compat libutil libmemstat libxo libnetgraph sysctl ifconfig route top netstat ngctl ipfw
|
2017-05-23 15:13:49 +00:00
|
|
|
|
|
|
|
all:
|
|
|
|
for d in $(SUBDIRS); do ( cd $$d; $(MAKE) all ) ; done
|
|
|
|
|
|
|
|
clean:
|
|
|
|
for d in $(SUBDIRS); do ( cd $$d; $(MAKE) clean ) ; done
|