blob: 99be5f86d8ed4b3858234b0ef09908f3c93dcd8d (
plain)
1
2
3
4
5
6
|
# $OpenBSD: Makefile,v 1.6 2003/03/02 03:27:24 brad Exp $
# preserve order: 'miniroot' depends on 'bsd.rd', 'cdfs' depends on 'miniroot'
SUBDIR+= ramdisk bsd.rd miniroot cdfs # ramdiskB
.include <bsd.subdir.mk>
|