add subdir makefile
This commit is contained in:
parent
d6d2c92e41
commit
d6c4431430
9
regress/lib/Makefile
Normal file
9
regress/lib/Makefile
Normal 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>
|
9
regress/lib/libc/Makefile
Normal file
9
regress/lib/libc/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user