Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git] / regress / sys / Makefile
blob6e6a875d70414fb2895e63dfea286fba264c257e
1 # $NetBSD: Makefile,v 1.11 2001/05/08 02:15:39 sommerfeld Exp $
3 .include <bsd.own.mk>
5 SUBDIR= kern fs uvm net
6 .if exists(arch/${MACHINE}/Makefile)
7 SUBDIR+= arch/${MACHINE}
8 .endif
9 .if exists(arch/${MACHINE_ARCH}/Makefile)
10 SUBDIR+= arch/${MACHINE_ARCH}
11 .endif
12 .if ${MKCRYPTO} != "no"
13 SUBDIR+= crypto
14 .endif
16 SUBDIR := ${SUBDIR:O:u}
18 .include <bsd.subdir.mk>