# $NetBSD: Makefile.inst,v 1.3 2023/03/07 10:43:53 martin Exp $

NOPIE=          # defined
NOCTF=          # defined

include <bsd.own.mk>

if exists(${MACHINE_CPU}.s)
PROG=           hello
MAN=            # empty
LDFLAGS=        -nostdlib
SRCS=           ${MACHINE_CPU}.s
endif

include <bsd.prog.mk>