summaryrefslogtreecommitdiffstats
path: root/sys/arch/powerpc64/compile/Makefile
blob: f433ccc60455e342f5b5637c705838d0bb92b876 (plain) (blame)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2020/05/16 17:11:14 kettenis 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>