
# "@(#)Makefile 3.3 10/5/90 Jim Rudolf (Turing Institute)"
# $HNSRC/include/Makefile

include ../Makefile.param

SUBDIRS = images

all : 
	$(SUBDIRSALL)

install :
	$(INSTALL) -d $(HNHOME)/include
	$(INSTALL) -m 444 hypernews.h $(HNHOME)/include
	$(SUBDIRSINSTALL)

clean :
	$(SUBDIRSCLEAN)
