blob: b8e20bf884783909a90cab0b91ccca2f49d7d95a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.3 1997/08/06 09:40:30 deraadt Exp $
SUBDIR= ${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>
|