blob: 5727afb0ba0bbe7c0deeae82466b2e8d392a03bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile,v 1.7 2002/03/10 23:46:40 fgsch Exp $
# $NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $
SUBDIR+= kern fdescfs miscfs uvm
.if exists(arch/${MACHINE})
SUBDIR+= arch/${MACHINE}
.endif
install:
.include <bsd.subdir.mk>
|