blob: 8ecb9693395ee53fa1d73257adfe2d53cf5f21dc (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.1 2013/10/28 22:13:11 miod Exp $
# $NetBSD: Makefile,v 1.1 2013/01/06 07:04:49 tsutsui Exp $
.if ${MACHINE} == "luna88k"
SUBDIR= boot
.endif
.include <bsd.subdir.mk>
|