1# $OpenBSD: Makefile,v 1.58 2012/04/12 14:00:22 guenther Exp $ 2 3SUBDIR+= __syscall accept dup2 dup2_self exec_self execve exit extent 4SUBDIR+= fchdir 5SUBDIR+= fcntl_dup 6SUBDIR+= flock 7SUBDIR+= getpeereid getrusage gettimeofday itimer 8SUBDIR+= kqueue mbuf minherit 9SUBDIR+= main-thread-exited 10SUBDIR+= mmap mmap2 mmap3 mmap-fail 11#SUBDIR+= mquery 12SUBDIR+= nanosleep noexec pread preadv ptmget pwrite pwritev rcvtimeo 13SUBDIR+= rlimit-file signal signal-stress sigsuspend 14SUBDIR+= syscall sysvmsg sysvsem 15SUBDIR+= sysvshm unalign unfdpass wait 16SUBDIR+= sig-stop 17SUBDIR+= unixsock 18 19install: 20 21.include <bsd.subdir.mk> 22