Add a Makefile for tools/regression/bin and support 'all' in

pax/Makefile.

MFC after:	3 weeks
This commit is contained in:
Brian Somers 2010-08-29 12:14:53 +00:00
parent cd14b45756
commit 25fdbebeb2
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# $FreeBSD$
SUBDIR= date mv pax sh
.include <bsd.subdir.mk>

View File

@ -1,6 +1,6 @@
# $FreeBSD$
test:
all test:
prove -vmw regress.t
clean: