summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/compile/Makefile
blob: 37e48f8f5ded92882eb1dfa67234a5e14bda9dd0 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2016/12/17 23:38:33 patrick Exp $

.if	make(obj) || make(clean) || make(cleandir)
SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \) | cut -b3-
.endif

.include <bsd.subdir.mk>