add subdir makefile

This commit is contained in:
cgd 1993-05-27 21:53:15 +00:00
parent d6d2c92e41
commit d6c4431430
2 changed files with 18 additions and 0 deletions

9
regress/lib/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $Id: Makefile,v 1.1 1993/05/27 21:53:15 cgd Exp $
SUBDIR+= libc
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>

View File

@ -0,0 +1,9 @@
# $Id: Makefile,v 1.1 1993/05/27 21:53:47 cgd Exp $
SUBDIR+= db
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>