#
all:
	@echo "Nothing for all"
install:
	cp operator.1 $(MANDIR)
