1#	$NetBSD: srcs.inc,v 1.1 2023/05/07 16:22:10 christos Exp $
2
3APPSINCS= \
4apps_lib.inc \
5
6.for appsinc in ${APPSINCS}
7.if exists(${.CURDIR}/arch/${APPS_MACHINE_CPU}/${appsinc})
8.include "${.CURDIR}/arch/${APPS_MACHINE_CPU}/${appsinc}"
9.else
10.include "${appsinc}"
11.endif
12.endfor
13