blob: 651b63c32d1eca38ecaf03ffc6088357cb5105cf (
plain)
1
2
3
4
5
6
7
8
|
# $OpenBSD: Makefile,v 1.3 1996/11/13 03:55:41 etheisen Exp $
# $NetBSD: Makefile,v 1.8 1996/02/21 02:43:52 jtk Exp $
.if exists(${MACHINE}/Makefile)
SUBDIR+= ${MACHINE}
.endif
.include <bsd.subdir.mk>
|