diff options
Diffstat (limited to 'regress/lib/libc/Makefile')
-rw-r--r-- | regress/lib/libc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index 330da3217fc..acd3792e905 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2002/02/18 11:28:27 art Exp $ +# $OpenBSD: Makefile,v 1.7 2002/02/23 01:25:10 art Exp $ SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc sigreturn popen SUBDIR+= longjmp @@ -10,8 +10,6 @@ SUBDIR+= ieeefp SUBDIR+= arch/${MACHINE_ARCH} .endif -regress: _SUBDIRUSE - install: .include <bsd.subdir.mk> |