 #      $Source: /home/fergia/CVS//tcfs-openbsd/tcfsutils-1.0.0/man/Makefile,v $
 #      $Revision: 1.1.1.1 $
 #      $Date: 2000/06/07 12:21:32 $
 #      $State: Exp $
 #      $Author: fergia $
 #      $Lockers$

MAN8 = tcfsaddgroup.8 tcfsadduser.8 tcfsrmgroup.8 tcfsrmuser.8
MAN1 = tcfsflag.1 tcfsrecover.1 tcfsrun.1 tcfstat.1 tcfsputkey.1 tcfsrmkey.1 \
	tcfsgenkey.1 

#MANDIR = /usr/local/man

install:
	install -d -o root -g wheel -m755 $(MANDIR)/man8
	install -c -o root -g wheel -m644 $(MAN8) $(MANDIR)/man8
	install -d -o root -g wheel -m755 $(MANDIR)/man1
	install -c -o root -g wheel -m644 $(MAN1) $(MANDIR)/man1
 
uninstall:
	rm -f $(MANDIR)/man1/$(MAN1)
	rm -f $(MANDIR)/man8/$(MAN8)
 
	 
