diff options
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libpthread/setsockopt/3a/Makefile | 3 | ||||
-rw-r--r-- | regress/lib/libpthread/socket/2a/Makefile | 3 | ||||
-rw-r--r-- | regress/lib/libskey/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/regress/lib/libpthread/setsockopt/3a/Makefile b/regress/lib/libpthread/setsockopt/3a/Makefile index 0e02ab3194f..a18b5400477 100644 --- a/regress/lib/libpthread/setsockopt/3a/Makefile +++ b/regress/lib/libpthread/setsockopt/3a/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2009/12/26 01:34:18 fgsch Exp $ +# $OpenBSD: Makefile,v 1.2 2014/07/16 20:04:21 okan Exp $ PROG= setsockopt3a CFLAGS+= -I${.CURDIR}/../../include @@ -15,4 +15,3 @@ dummy: ${PROG} ln -sf ${.OBJDIR}/${PROG} .include <bsd.regress.mk> - diff --git a/regress/lib/libpthread/socket/2a/Makefile b/regress/lib/libpthread/socket/2a/Makefile index 10dda960750..a2cbfde23d6 100644 --- a/regress/lib/libpthread/socket/2a/Makefile +++ b/regress/lib/libpthread/socket/2a/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2002/10/09 20:09:15 marc Exp $ +# $OpenBSD: Makefile,v 1.6 2014/07/16 20:04:21 okan Exp $ PROG= socket2a CFLAGS+= -I${.CURDIR}/../../include @@ -16,4 +16,3 @@ dummy: ${PROG} @echo ${PROG} ready .include <bsd.regress.mk> - diff --git a/regress/lib/libskey/Makefile b/regress/lib/libskey/Makefile index 053f2f3584d..0f53a66c96d 100644 --- a/regress/lib/libskey/Makefile +++ b/regress/lib/libskey/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2003/06/16 13:35:33 mickey Exp $ +# $OpenBSD: Makefile,v 1.3 2014/07/16 20:04:21 okan Exp $ PROG= skeytest CFLAGS+=-Wall @@ -12,4 +12,3 @@ REGRESS_TARGETS=skey-regress .PHONY: ${REGRESS_TARGETS} .include <bsd.regress.mk> - |