blob: 9e2e5e5eeae3c33827a8e99c451d015f2f8c58d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.17 2002/02/08 20:04:34 art Exp $
# $NetBSD: Makefile,v 1.2 1995/04/20 22:42:51 cgd Exp $
SUBDIR+= execve getrusage kqueue mmap mmap2 dup2 minherit rlimit-file
SUBDIR+= fcntl_dup dup2_self pread preadv
#SUBDIR+= unfdpass
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>
|