diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2018-04-06 17:35:35 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2018-04-06 17:35:35 +0000 |
| commit | 6469bdcdb6a5968dc7edfcfb495d427b4bfdb3dd (patch) | |
| tree | 91aa218d5c7ba678789e2d491820dfe1e29122b4 /sys/modules/if_tap | |
| parent | d9b41671bfa3cde03ac3795ef8320e718de20086 (diff) | |
Notes
Diffstat (limited to 'sys/modules/if_tap')
| -rw-r--r-- | sys/modules/if_tap/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/modules/if_tap/Makefile b/sys/modules/if_tap/Makefile index 854b57a09f64..0df56f3b105b 100644 --- a/sys/modules/if_tap/Makefile +++ b/sys/modules/if_tap/Makefile @@ -5,11 +5,6 @@ .PATH: ${SRCTOP}/sys/net KMOD= if_tap -SRCS= if_tap.c opt_compat.h opt_inet.h vnode_if.h - -.if !defined(KERNBUILDDIR) -opt_compat.h: - echo "#define COMPAT_FREEBSD6 1" > ${.TARGET} -.endif +SRCS= if_tap.c opt_inet.h vnode_if.h .include <bsd.kmod.mk> |
