INSDIR=/man/man1 all: wnews.1.gz wnews.1 wnews.1.gz: wnews.1 gzip -c wnews.1 > wnews.1.gz install: cp wnews.1.gz $(INSDIR) chmod 644 $(INSDIR)/wnews.1.gz uninstall: rm -f $(INSDIR)/wnews.1.gz clean: rm -f wnews.1.gz