all:
	make -f Makefile.$(OSTYPE)

install:
	make -f Makefile.$(OSTYPE) install

clean:
	rm -rf *~ *.o *core* dhcpm
