diff options
Diffstat (limited to 'regress/lib/libc_r/socket/Makefile')
-rw-r--r-- | regress/lib/libc_r/socket/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/regress/lib/libc_r/socket/Makefile b/regress/lib/libc_r/socket/Makefile new file mode 100644 index 00000000000..30574a5e2a6 --- /dev/null +++ b/regress/lib/libc_r/socket/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:10 fgsch Exp $ + +SUBDIR= 1 2a 2 + +regress: _SUBDIRUSE + +.include <bsd.subdir.mk> |