summaryrefslogtreecommitdiff
path: root/distrib/Makefile
blob: 65cc2ba54b7282c3b6b9010cb9817cd5e7d4633f (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.4 1997/09/17 14:18:58 deraadt Exp $

SUBDIR=	special ${MACHINE} notes

# 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>