]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - bin/sh/tests/parameters/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / bin / sh / tests / parameters / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 FILESDIR=       ${TESTSBASE}/bin/sh/parameters
6 KYUAFILE=       no
7
8 FILES=          env1.0
9 FILES+=         exitstatus1.0
10 FILES+=         mail1.0
11 FILES+=         mail2.0
12 FILES+=         optind1.0
13 FILES+=         optind2.0
14 FILES+=         positional1.0
15 FILES+=         positional2.0
16 FILES+=         positional5.0
17 FILES+=         pwd1.0
18 FILES+=         pwd2.0
19
20 .include <bsd.test.mk>