summaryrefslogtreecommitdiff
path: root/regress/lib/libc_r/socket/2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libc_r/socket/2/Makefile')
-rw-r--r--regress/lib/libc_r/socket/2/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/regress/lib/libc_r/socket/2/Makefile b/regress/lib/libc_r/socket/2/Makefile
deleted file mode 100644
index 9fc7ca397ea..00000000000
--- a/regress/lib/libc_r/socket/2/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $OpenBSD: Makefile,v 1.2 2002/01/03 00:43:48 art Exp $
-
-PROG= socket2
-CFLAGS+= -I${.CURDIR}/../../include
-CLEANFILES+= socket2a
-
-.include <bsd.regress.mk>