12 lines
173 B
Makefile
12 lines
173 B
Makefile
# $Revision: 1.6 $
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
TARGETS=od
|
|
|
|
default: $(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
$(INSTALL) -F /usr/bin $(TARGETS)
|