# $NetBSD: Makefile.inst,v 1.2 2022/10/14 19:42:13 ryo Exp $ .include .if exists(${MACHINE_CPU}.s) PROG= hello MAN= # empty LDFLAGS= -nostdlib SRCS= ${MACHINE_CPU}.s MKPIE= no .endif .include