mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
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
2 changed files with 6 additions and 1 deletions
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 a new issue