diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2003-02-15 06:27:40 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2003-02-15 06:27:40 +0000 |
| commit | 965575f97c41ba491915667faac038cb6d3a850e (patch) | |
| tree | 29f4be4986706d6bd410350a9d79520c171b297f /contrib/ipfilter/test/Makefile | |
| parent | f7a96e18f16f15c9ffeff1ab041faeb5584c7fb3 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/test/Makefile')
| -rw-r--r-- | contrib/ipfilter/test/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/ipfilter/test/Makefile b/contrib/ipfilter/test/Makefile index 812841348a7a..c24ba46db235 100644 --- a/contrib/ipfilter/test/Makefile +++ b/contrib/ipfilter/test/Makefile @@ -28,7 +28,7 @@ intests: in1 in2 in3 in4 logtests: l1 -ipv6: ipv6.1 ipv6.2 +ipv6: ipv6.1 ipv6.2 ipv6.3 0: @(cd ..; make ipftest; ) @@ -60,7 +60,7 @@ in1 in2 in3 in4: l1: @/bin/sh ./logtest $@ -ipv6.1 ipv6.2: +ipv6.1 ipv6.2 ipv6.3: @/bin/sh ./dotest6 $@ clean: @@ -70,5 +70,5 @@ clean: /bin/rm -f ni1 ni2 ni3 ni4 ni5 /bin/rm -f in1 in2 in3 in4 /bin/rm -f l1 - /bin/rm -f ipv6.1 ipv6.2 + /bin/rm -f ipv6.1 ipv6.2 ipv6.3 /bin/rm -f results/* |
