12 lines
171 B
Makefile
12 lines
171 B
Makefile
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
TARGETS = bdiff
|
|
|
|
default: $(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
$(INSTALL) -F /usr/bin $(IDB_TAG) $(TARGETS)
|
|
|