Home | History | Annotate | Line # | Download | only in man0
Makefile revision 1.4
      1  1.1  mycroft #	from: @(#)Makefile	5.9 (Berkeley) 7/1/91
      2  1.4    lukem #	$NetBSD: Makefile,v 1.4 1999/02/13 02:54:36 lukem Exp $
      3  1.1  mycroft 
      4  1.4    lukem .include <bsd.own.mk>
      5  1.4    lukem 
      6  1.4    lukem .if ${MKSHARE} != "no"
      7  1.1  mycroft FILES=		makewhatis.sed COPYRIGHT
      8  1.1  mycroft FILESDIR=	/usr/share/man
      9  1.3    lukem .endif
     10  1.4    lukem MKOBJ=		no
     11  1.1  mycroft 
     12  1.1  mycroft .include <bsd.prog.mk>
     13