summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/socket
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-03 00:43:49 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-03 00:43:49 +0000
commit6a0662e18a1f841102b6164ade5ef5d0bb949b20 (patch)
tree4e7ff544f5c6d183674f6cbf37ca481cfc82ca43 /regress/lib/libpthread/socket
parent81db65b5e42027ea2afba92a3af1247d6bffd089 (diff)
convert everything to bsd.regress.mk
Diffstat (limited to 'regress/lib/libpthread/socket')
-rw-r--r--regress/lib/libpthread/socket/1/Makefile5
-rw-r--r--regress/lib/libpthread/socket/2/Makefile5
2 files changed, 4 insertions, 6 deletions
diff --git a/regress/lib/libpthread/socket/1/Makefile b/regress/lib/libpthread/socket/1/Makefile
index e0eeda8e59b..d523ed1e2a3 100644
--- a/regress/lib/libpthread/socket/1/Makefile
+++ b/regress/lib/libpthread/socket/1/Makefile
@@ -1,7 +1,6 @@
-# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:10 fgsch Exp $
+# $OpenBSD: Makefile,v 1.2 2002/01/03 00:43:48 art Exp $
PROG= socket1
-SRCS= socket1.c
CFLAGS+= -I${.CURDIR}/../../include
-.include <bsd.prog.mk>
+.include <bsd.regress.mk>
diff --git a/regress/lib/libpthread/socket/2/Makefile b/regress/lib/libpthread/socket/2/Makefile
index c53d752619c..9fc7ca397ea 100644
--- a/regress/lib/libpthread/socket/2/Makefile
+++ b/regress/lib/libpthread/socket/2/Makefile
@@ -1,8 +1,7 @@
-# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:10 fgsch Exp $
+# $OpenBSD: Makefile,v 1.2 2002/01/03 00:43:48 art Exp $
PROG= socket2
-SRCS= socket2.c
CFLAGS+= -I${.CURDIR}/../../include
CLEANFILES+= socket2a
-.include <bsd.prog.mk>
+.include <bsd.regress.mk>