Makefile   [plain text]


# Common Makefile
include $(MAKEFILEPATH)/CoreOS/ReleaseControl/Common.make

install::
	@echo "Installing $(Destination)"
	$(_v) $(INSTALL_FILE) -c ascii		"$(Destination)/ascii"
	$(_v) $(INSTALL_FILE) -c birthtoken	"$(Destination)/birthtoken"
	$(_v) $(INSTALL_FILE) -c eqnchar	"$(Destination)/eqnchar"
	$(_v) $(INSTALL_FILE) -c flowers	"$(Destination)/flowers"
	$(_v) $(INSTALL_FILE) -c eqnchar	"$(Destination)/eqnchar"
	$(_v) $(INSTALL_FILE) -c getopt		"$(Destination)/getopt"
	$(_v) $(INSTALL_FILE) -c man.template	"$(Destination)/man.template"
	$(_v) $(INSTALL_FILE) -c mdoc.template	"$(Destination)/mdoc.template"
	$(_v) $(INSTALL_FILE) -c operator	"$(Destination)/operator"