diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2002-10-10 00:45:21 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2002-10-10 00:45:21 +0000 |
commit | b4cc30588310e4a96d6ca1572f9c9f0a7424673c (patch) | |
tree | 2f310ae27a0b005e37c1a36dbfe7cebf47d27d61 /regress/lib/libpthread/socket/Makefile | |
parent | 7fe821d45d2fd0c6ca0edd62f5b4efcf9e53e4b0 (diff) |
add socket test to check blocking/non-blocking mode on accept.
Enable test in makefile
Diffstat (limited to 'regress/lib/libpthread/socket/Makefile')
-rw-r--r-- | regress/lib/libpthread/socket/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libpthread/socket/Makefile b/regress/lib/libpthread/socket/Makefile index a1a150efd7f..5b242a0faaf 100644 --- a/regress/lib/libpthread/socket/Makefile +++ b/regress/lib/libpthread/socket/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.2 2002/02/23 01:25:11 art Exp $ +# $OpenBSD: Makefile,v 1.3 2002/10/10 00:45:20 marc Exp $ -SUBDIR= 1 2a 2 +SUBDIR= 1 2a 2 3 .include <bsd.subdir.mk> |