blob: 5fb8612fa5567a0a73236a644f1bdaca4d91545b (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.17 2000/05/25 21:54:43 deraadt Exp $
# $NetBSD: Makefile,v 1.23 1997/02/04 03:51:37 thorpej Exp $
.if ${MACHINE} == "hp300"
SUBDIR= libsa libsaz libkern libz common mkboot uboot cdboot installboot
.endif
.include <bsd.subdir.mk>
|