blob: 2c9dbcd72cd5631b5f5830894a843df061dfab03 (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.3 2004/08/21 18:54:59 tom Exp $
.if ${MACHINE} == "amd64"
SUBDIR= etc mbr cdbr
.endif
SUBDIR+= biosboot installboot boot pxeboot cdboot
.include <bsd.subdir.mk>
|