blob: 321282d76d228413a388fa73c3109646f7862fe6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.2 2001/08/25 20:36:10 miod Exp $
.if ${MACHINE} == "mvmeppc"
SUBDIR= bugcrt libbug libsa libz bootsd bootxx bootst tftpboot
#sboot XXX future
.endif
#SUBDIR+=installboot
.include <bsd.subdir.mk>
|