add subdir makefile

This commit is contained in:
cgd 1993-05-27 21:53:15 +00:00
parent 7079d89a8a
commit 8ec4b2b97e
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>