14 lines
266 B
Makefile
14 lines
266 B
Makefile
#
|
|
#ident "$Header: /proj/irix6.5.7m/isms/eoe/cmd/tee/RCS/Makefile,v 1.8 1995/09/05 01:22:40 doucette Exp $"
|
|
#
|
|
include $(ROOT)/usr/include/make/commondefs
|
|
|
|
TARGETS= tee
|
|
|
|
default: $(TARGETS)
|
|
|
|
include $(COMMONRULES)
|
|
|
|
install: default
|
|
$(INSTALL) -F /usr/bin $(TARGETS)
|