NetBSD/regress/sys/Makefile

16 lines
295 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.16 2017/05/14 04:26:40 kamil Exp $
2000-11-01 18:34:28 +03:00
.include <bsd.own.mk>
1993-12-21 07:09:28 +03:00
SUBDIR= kern
.if exists(arch/${MACHINE}/Makefile)
SUBDIR+= arch/${MACHINE}
.endif
.if exists(arch/${MACHINE_ARCH}/Makefile)
SUBDIR+= arch/${MACHINE_ARCH}
1994-02-09 10:51:44 +03:00
.endif
1993-12-21 07:09:28 +03:00
SUBDIR := ${SUBDIR:O:u}
1993-12-21 07:09:28 +03:00
.include <bsd.subdir.mk>