blob: 9d12ed50df57a6b0052d7a672f442705717c7ad4 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.21 2014/01/20 08:49:58 deraadt Exp $
.if ${MACHINE} == "i386"
SUBDIR= mbr cdbr
.endif
SUBDIR+=biosboot boot cdboot fdboot pxeboot
.include <bsd.subdir.mk>
|