add subdir makefile
This commit is contained in:
parent
7079d89a8a
commit
8ec4b2b97e
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue