
# "@(#)Makefile 3.2 9/21/90 Arthur van Hoff (Turing Institute)";
# $HNSRC/etc/Makefile

include ../Makefile.param

all:

install:
	$(INSTALL) -d $(HNHOME)/etc
	$(INSTALL) -m 555 hypernews $(HNBINDIR)
	-$(RM)r $(HNHOME)/etc/HyperNeWS
	$(CP) -r -p $(HNSRC)/etc/HyperNeWS $(HNHOME)/etc/HyperNeWS

clean:
