blob: 2a4a37e56cc2cfbfc2c81c265fa7d84a103e607a (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.5 2013/01/17 12:37:44 jsing Exp $
.if ${MACHINE} == "amd64"
SUBDIR= mbr cdbr
.endif
SUBDIR+=biosboot boot cdboot fdboot installboot pxeboot
.include <bsd.subdir.mk>
|