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