diff --git a/regress/lib/Makefile b/regress/lib/Makefile new file mode 100644 index 000000000000..fff2df308c31 --- /dev/null +++ b/regress/lib/Makefile @@ -0,0 +1,9 @@ +# $Id: Makefile,v 1.1 1993/05/27 21:53:15 cgd Exp $ + +SUBDIR+= libc + +regress: _SUBDIRUSE + +install: + +.include diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile new file mode 100644 index 000000000000..09a773c98e7f --- /dev/null +++ b/regress/lib/libc/Makefile @@ -0,0 +1,9 @@ +# $Id: Makefile,v 1.1 1993/05/27 21:53:47 cgd Exp $ + +SUBDIR+= db + +regress: _SUBDIRUSE + +install: + +.include