include ../Makefile.config

MAN1=makeswf.1

install: $(BINARIES)
	install -d $(mandir)/man1
	install -m 0644 $(MAN1) $(mandir)/man1
