Add a Makefile for tools/regression/bin and support 'all' in
pax/Makefile. MFC after: 3 weeks
This commit is contained in:
parent
cd14b45756
commit
25fdbebeb2
5
tools/regression/bin/Makefile
Normal file
5
tools/regression/bin/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= date mv pax sh
|
||||
|
||||
.include <bsd.subdir.mk>
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
test:
|
||||
all test:
|
||||
prove -vmw regress.t
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user