Home | History | Annotate | Line # | Download | only in man
Makefile revision 1.10
      1   1.4   mycroft #	from: @(#)Makefile	5.9 (Berkeley) 7/1/91
      2  1.10   mycroft #	$Id: Makefile,v 1.10 1997/03/27 10:45:57 mycroft Exp $
      3   1.1       cgd 
      4   1.7     perry SUBDIR=	man1 man3 man4 man5 man7 man8 man9
      5   1.2       cgd 
      6   1.9  christos FILES=makewhatis.sed man0/COPYRIGHT
      7   1.9  christos FILESDIR=/usr/share/man
      8   1.1       cgd 
      9   1.1       cgd makedb:
     10   1.6       cgd 	/usr/libexec/makewhatis ${DESTDIR}/usr/share/man
     11   1.1       cgd 
     12  1.10   mycroft .include <bsd.prog.mk>
     13