# Generated automatically from Makefile.in by configure.
include $(BLDDIR)/Make.conf

all: man

man: $(MAN)

$(MAN): $(SRCDIR)/man/$(BINID).1
	- $(CP) $(SRCDIR)/man/$(BINID).1 $@

install: $(MAN)
	- $(INSTALL_DIR) $(MANDIR)
	- $(INSTALL_DATA) $(MAN) $(MANDIR)/$(BINID).$(MANSEC)

clean: dummy
	- $(RM) $(MAN) *.bak *.sw? *~ core

realclean: clean

include $(TOPDIR)/src/rules.mk
