blob: d3fd081712074e721c37324c92e170e18c17f0ff (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.12 2000/05/25 21:55:09 deraadt Exp $
# $NetBSD: Makefile,v 1.21 1999/03/06 16:36:04 ragge Exp $
#
.if ${MACHINE} == "vax"
SUBDIR= boot xxboot
.endif
.include <bsd.subdir.mk>
|