blob: 3ec17b78c87d3d69222ffe05b3109267cec0dd93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.15 2002/02/08 18:48:24 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
#SUBDIR+= unfdpass
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>
|