diff options
author | 2002-10-09 20:09:15 +0000 | |
---|---|---|
committer | 2002-10-09 20:09:15 +0000 | |
commit | 4b091f68de0d0fcc03acda18ba041dad2b6f1fc0 (patch) | |
tree | 03886fcc6ef095dc2467315381cf81a55093a736 /regress/lib/libc_r/socket | |
parent | Nobody expects the spanish inquisition! (diff) | |
download | wireguard-openbsd-4b091f68de0d0fcc03acda18ba041dad2b6f1fc0.tar.xz wireguard-openbsd-4b091f68de0d0fcc03acda18ba041dad2b6f1fc0.zip |
comment where code is used
Diffstat (limited to 'regress/lib/libc_r/socket')
-rw-r--r-- | regress/lib/libc_r/socket/2a/Makefile | 6 |
1 files changed, 4 insertions, 2 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> |