summaryrefslogtreecommitdiff
path: root/regress/lib
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-04 13:56:37 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-04 13:56:37 +0000
commit865150a5c9d0eb9c6c1f941ad34315f52a71e72e (patch)
treef8ef07394ae4e7aec5d5145395be96482c80238f /regress/lib
parentf9c834445d30561ecb9f5c5a6abeb85bf6102813 (diff)
Make this into a dummy regress test.
Diffstat (limited to 'regress/lib')
-rw-r--r--regress/lib/libc_r/socket/2a/Makefile10
-rw-r--r--regress/lib/libpthread/socket/2a/Makefile10
2 files changed, 12 insertions, 8 deletions
diff --git a/regress/lib/libc_r/socket/2a/Makefile b/regress/lib/libc_r/socket/2a/Makefile
index c6df112d3a7..356add77f45 100644
--- a/regress/lib/libc_r/socket/2a/Makefile
+++ b/regress/lib/libc_r/socket/2a/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.2 2002/01/03 01:43:24 art Exp $
+# $OpenBSD: Makefile,v 1.3 2002/01/04 13:56:36 art Exp $
PROG= socket2a
-SRCS= socket2a.c
CFLAGS+= -I${.CURDIR}/../../include
-regress: ${PROG}
+REGRESSTARGETS=dummy
+
+dummy: ${PROG}
@cd ${.CURDIR}/../2; \
if test -d ${__objdir} ; then \
cd ${__objdir} ; \
@@ -12,4 +13,5 @@ regress: ${PROG}
ln -sf ${.OBJDIR}/${PROG}
# Nothing here so far...
-.include <bsd.prog.mk>
+.include <bsd.regress.mk>
+
diff --git a/regress/lib/libpthread/socket/2a/Makefile b/regress/lib/libpthread/socket/2a/Makefile
index c6df112d3a7..356add77f45 100644
--- a/regress/lib/libpthread/socket/2a/Makefile
+++ b/regress/lib/libpthread/socket/2a/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.2 2002/01/03 01:43:24 art Exp $
+# $OpenBSD: Makefile,v 1.3 2002/01/04 13:56:36 art Exp $
PROG= socket2a
-SRCS= socket2a.c
CFLAGS+= -I${.CURDIR}/../../include
-regress: ${PROG}
+REGRESSTARGETS=dummy
+
+dummy: ${PROG}
@cd ${.CURDIR}/../2; \
if test -d ${__objdir} ; then \
cd ${__objdir} ; \
@@ -12,4 +13,5 @@ regress: ${PROG}
ln -sf ${.OBJDIR}/${PROG}
# Nothing here so far...
-.include <bsd.prog.mk>
+.include <bsd.regress.mk>
+