Home | History | Annotate | Line # | Download | only in man
Makefile revision 1.17
      1  1.17    lukem #	$NetBSD: Makefile,v 1.17 1998/09/27 17:22:09 lukem Exp $
      2  1.13      mrg #	from: @(#)Makefile	8.2 (Berkeley) 4/16/94
      3   1.1      cgd 
      4  1.17    lukem .if !defined(NOSHARE)
      5  1.15     ross SUBDIR=	man0 man1 man3 man4 man5 man6 man7 man8 man9
      6   1.1      cgd 
      7   1.1      cgd makedb:
      8  1.16       tv 	${DESTDIR}/usr/libexec/makewhatis ${DESTDIR}/usr/share/man
      9  1.17    lukem .else
     10  1.17    lukem makedb:
     11  1.17    lukem .endif
     12   1.1      cgd 
     13  1.11  mycroft .include <bsd.subdir.mk>
     14