Home | History | Annotate | Line # | Download | only in hello
Makefile revision 1.1
      1 # $NetBSD: Makefile,v 1.1 2011/11/12 01:18:41 jmmv Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .if ${MKSHARE} != "no"
      6 FILES=		Makefile.inst powerpc.s
      7 FILESDIR=	/usr/share/examples/asm/hello
      8 FILESNAME_Makefile.inst=	Makefile
      9 .endif
     10 
     11 .include <bsd.prog.mk>
     12