summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco S Hyman <marc@cvs.openbsd.org>2002-10-09 20:09:16 +0000
committerMarco S Hyman <marc@cvs.openbsd.org>2002-10-09 20:09:16 +0000
commitab65de81fa2497c48bea8de2c7d58c1821fce717 (patch)
tree7f821ba7de2ab48c49bdf6287de1a1209578cac6
parent6d6684b48d2816da7e3e4106dbe3499763bbde22 (diff)
comment where code is used
-rw-r--r--regress/lib/libc_r/socket/2a/Makefile6
-rw-r--r--regress/lib/libpthread/socket/2a/Makefile6
2 files changed, 8 insertions, 4 deletions
diff --git a/regress/lib/libc_r/socket/2a/Makefile b/regress/lib/libc_r/socket/2a/Makefile
index d000158fbac..10dda960750 100644
--- a/regress/lib/libc_r/socket/2a/Makefile
+++ b/regress/lib/libc_r/socket/2a/Makefile
@@ -1,17 +1,19 @@
-# $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $
+# $OpenBSD: Makefile,v 1.5 2002/10/09 20:09:15 marc Exp $
PROG= socket2a
CFLAGS+= -I${.CURDIR}/../../include
REGRESS_TARGETS=dummy
+# build prog and link into test 2 directory. Code is used by test 2
+#
dummy: ${PROG}
@cd ${.CURDIR}/../2; \
if test -d ${__objdir} ; then \
cd ${__objdir} ; \
fi; \
ln -sf ${.OBJDIR}/${PROG}
- # Nothing here so far...
+ @echo ${PROG} ready
.include <bsd.regress.mk>
diff --git a/regress/lib/libpthread/socket/2a/Makefile b/regress/lib/libpthread/socket/2a/Makefile
index d000158fbac..10dda960750 100644
--- a/regress/lib/libpthread/socket/2a/Makefile
+++ b/regress/lib/libpthread/socket/2a/Makefile
@@ -1,17 +1,19 @@
-# $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $
+# $OpenBSD: Makefile,v 1.5 2002/10/09 20:09:15 marc Exp $
PROG= socket2a
CFLAGS+= -I${.CURDIR}/../../include
REGRESS_TARGETS=dummy
+# build prog and link into test 2 directory. Code is used by test 2
+#
dummy: ${PROG}
@cd ${.CURDIR}/../2; \
if test -d ${__objdir} ; then \
cd ${__objdir} ; \
fi; \
ln -sf ${.OBJDIR}/${PROG}
- # Nothing here so far...
+ @echo ${PROG} ready
.include <bsd.regress.mk>