include	$(ROOT)/usr/include/make/commondefs

TARGETS = bdiff

default: $(TARGETS)

include $(COMMONRULES)

install: default
	$(INSTALL) -F /usr/bin $(IDB_TAG) $(TARGETS)

