summaryrefslogtreecommitdiff
path: root/distrib/Makefile
blob: e757fa637be0fcef38f2e5fdbae10da772ea7395 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.2 1997/05/29 13:48:09 grr Exp $

SUBDIR=	${MACHINE}

# miniroot and ramdisk are supposed to be "generic" using Makefile.inc
# to set up architectural dependencies..
.if	(${MACHINE} == "sparc")
SUBDIR+=        ramdisk miniroot
.endif

.include <bsd.subdir.mk>