diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-12-21 10:49:29 +0000 |
| commit | 731db6a428d2389caf3795ff50f1895f04b80899 (patch) | |
| tree | 89a40f7c173c6b1d806a55aabbfb302e1bef918c /sys/modules/if_gif | |
| parent | 39a855c2a172e19ec53d22a94f308bbf259dfcf7 (diff) | |
Notes
Diffstat (limited to 'sys/modules/if_gif')
| -rw-r--r-- | sys/modules/if_gif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/if_gif/Makefile b/sys/modules/if_gif/Makefile index e934f5b4acbf..df04cba7ba0c 100644 --- a/sys/modules/if_gif/Makefile +++ b/sys/modules/if_gif/Makefile @@ -5,14 +5,14 @@ KMOD= if_gif SRCS= if_gif.c in_gif.c opt_inet.h opt_inet6.h opt_mac.h \ opt_mrouting.h -.if !defined(NOINET6) +.if !defined(NO_INET6) SRCS+= in6_gif.c .endif opt_inet.h: echo "#define INET 1" > ${.TARGET} -.if !defined(NOINET6) +.if !defined(NO_INET6) opt_inet6.h: echo "#define INET6 1" > ${.TARGET} .endif |
