summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/compile/Makefile
blob: 4c1ba402478f6a9ec2430fd9e42399fc2bc9f0f2 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.1 2016/10/14 18:43:00 deraadt Exp $

.if	make(obj) || make(clean)
SUBDIR!=find . -type d -maxdepth 1 \! \( -name . -o -name CVS \)
#SUBDIR=GENERIC GENERIC.MP RAMDISK
.endif

.include <bsd.subdir.mk>