diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-03 01:43:25 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-03 01:43:25 +0000 |
commit | 523538f5213517f2041ad6c37dbf36680359252c (patch) | |
tree | 3e55d51be6dcbf7f145caf50eda325abbf8df28a /regress/lib | |
parent | 6c41dd5ba1d1a2e9aae3ceec8a945b2e3faf35cb (diff) |
depend regress: on PROG (this whole Makefile is ugly)
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc_r/socket/2a/Makefile | 4 | ||||
-rw-r--r-- | regress/lib/libpthread/socket/2a/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libc_r/socket/2a/Makefile b/regress/lib/libc_r/socket/2a/Makefile index 11a91f9dc8d..c6df112d3a7 100644 --- a/regress/lib/libc_r/socket/2a/Makefile +++ b/regress/lib/libc_r/socket/2a/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:10 fgsch Exp $ +# $OpenBSD: Makefile,v 1.2 2002/01/03 01:43:24 art Exp $ PROG= socket2a SRCS= socket2a.c CFLAGS+= -I${.CURDIR}/../../include -regress: +regress: ${PROG} @cd ${.CURDIR}/../2; \ if test -d ${__objdir} ; then \ cd ${__objdir} ; \ diff --git a/regress/lib/libpthread/socket/2a/Makefile b/regress/lib/libpthread/socket/2a/Makefile index 11a91f9dc8d..c6df112d3a7 100644 --- a/regress/lib/libpthread/socket/2a/Makefile +++ b/regress/lib/libpthread/socket/2a/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2001/08/15 14:37:10 fgsch Exp $ +# $OpenBSD: Makefile,v 1.2 2002/01/03 01:43:24 art Exp $ PROG= socket2a SRCS= socket2a.c CFLAGS+= -I${.CURDIR}/../../include -regress: +regress: ${PROG} @cd ${.CURDIR}/../2; \ if test -d ${__objdir} ; then \ cd ${__objdir} ; \ |