summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/compile/Makefile
blob: 5664244807a0ea78611a4f555bc527b66a31dcb6 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.2 2016/10/15 13:45:08 deraadt 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>