# $Id: Makefile,v 1.4 1998/03/29 10:35:38 hpa Exp $

-include ../Makefile.conf
include ../Makefile.rules

install:
	install -c *.5 -m 644 $(INSTALLROOT)$(mandir)/man5
	install -c *.8 -m 644 $(INSTALLROOT)$(mandir)/man8

all:

clean:

