Home | History | Annotate | Line # | Download | only in examples
      1 # $NetBSD: Makefile,v 1.1 2016/01/13 19:02:01 christos Exp $
      2 
      3 DIST_SUBDIR=	contrib/mom/examples
      4 
      5 .include <bsd.init.mk>
      6 
      7 .if ${MKSHARE} != "no"
      8 FILESDIR=	/usr/share/doc/reference/ref1/roff/mom_examples
      9 MOM_FILES=	typesetting.mom letter.mom sample_docs.mom
     10 FILES=		README.txt elvis_syntax elvis_syntax.new penguin.ps ${MOM_FILES}
     11 .endif	# MKSHARE
     12 
     13 .include <bsd.prog.mk>
     14