1 # $NetBSD: Makefile,v 1.2 2022/10/14 19:41:18 ryo Exp $ 2 3 .include <bsd.own.mk> 4 5 .if ${MKSHARE} != "no" 6 FILES= Makefile.inst aarch64.s arm.s i386.s powerpc.s sh3.s x86_64.s 7 FILESDIR= /usr/share/examples/asm/hello 8 FILESNAME_Makefile.inst= Makefile 9 .endif 10 11 .include <bsd.prog.mk> 12