diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-06-05 05:30:37 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-06-05 05:30:37 +0000 |
| commit | 50fc7005c20823fdf77128bdf75390a3450192d0 (patch) | |
| tree | af087571d9018f0665429101f40e147ff4dfe79f /sys/modules/pf | |
| parent | 6706791aa261a44e725751b80c5db595a6770655 (diff) | |
Notes
Diffstat (limited to 'sys/modules/pf')
| -rw-r--r-- | sys/modules/pf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/pf/Makefile b/sys/modules/pf/Makefile index 79798c858eb1..d52119b25904 100644 --- a/sys/modules/pf/Makefile +++ b/sys/modules/pf/Makefile @@ -19,10 +19,8 @@ opt_pf.h: opt_inet.h: echo "#define INET 1" > opt_inet.h +.if !defined(NO_INET6) opt_inet6.h: -.if defined(NO_INET6) - echo > opt_inet6.h -.else echo "#define INET6 1" > opt_inet6.h .endif |
