diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-11-14 21:10:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-11-14 21:10:45 +0000 |
| commit | 8a3e6d90e52b4227bc3e4b8ff408f0ceedc2e59a (patch) | |
| tree | 0b14f3948d72c2233aea461740fbdc18ad93670b /sys/modules/if_gif | |
| parent | 5181481b9ba9bd90754bf47315d6cdd1c983d295 (diff) | |
Notes
Diffstat (limited to 'sys/modules/if_gif')
| -rw-r--r-- | sys/modules/if_gif/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/modules/if_gif/Makefile b/sys/modules/if_gif/Makefile index af8c3c72fea9..663c679f4631 100644 --- a/sys/modules/if_gif/Makefile +++ b/sys/modules/if_gif/Makefile @@ -8,13 +8,6 @@ SYSDIR?=${.CURDIR}/../.. KMOD= if_gif SRCS= if_gif.c in_gif.c opt_inet.h opt_inet6.h -.if defined(KERNBUILDDIR) -OPT_INET6!= cat ${KERNBUILDDIR}/opt_inet6.h; echo -.if empty(OPT_INET6) -MK_INET6_SUPPORT=no -.endif -.endif - .if ${MK_INET6_SUPPORT} != "no" SRCS+= in6_gif.c .endif |
