blob: 65ce0d6194b0020d63c9cda5fd7a1fc8e56a6131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.17 2020/10/26 19:55:01 anton Exp $
SUBDIR+= minherit_zero
SUBDIR+= mmap_4g mmap_size mmap_fixed mmap_mod
SUBDIR+= mmap_noreplace mmap_write_self
SUBDIR+= mmap0
SUBDIR+= mmap_hint
SUBDIR+= vnode
SUBDIR+= wx_syscall
install:
.include <bsd.subdir.mk>
|