add subdir makefiles

This commit is contained in:
cgd 1993-05-22 06:19:16 +00:00
parent 2bef1c1481
commit 1600e9ac89
2 changed files with 16 additions and 0 deletions

9
regress/Makefile Normal file
View File

@ -0,0 +1,9 @@
# $Id: Makefile,v 1.1 1993/05/22 06:19:16 cgd Exp $
# missing: bin lib libexec sbin usr.bin usr.sbin share games gnu
SUBDIR+= include
regress: _SUBDIRUSE
.include <bsd.subdir.mk>

7
regress/include/Makefile Normal file
View File

@ -0,0 +1,7 @@
# $Id: Makefile,v 1.1 1993/05/22 06:19:40 cgd Exp $
SUBDIR+= bitstring
regress: _SUBDIRUSE
.include <bsd.subdir.mk>