
all:
	make os=linux -C mDNSPosix

clean:
	make os=linux -C mDNSPosix clean

