include ../config.mak

clean:
	rm -f *~
install:
	install -d $(man1dir)
	install -m 444  *.1 \
			$(man1dir)
