diff options
Diffstat (limited to 'sys/modules/if_gre')
-rw-r--r-- | sys/modules/if_gre/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/modules/if_gre/Makefile b/sys/modules/if_gre/Makefile index 5ef40ca..9079ef9 100644 --- a/sys/modules/if_gre/Makefile +++ b/sys/modules/if_gre/Makefile @@ -3,9 +3,7 @@ .PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet KMOD= if_gre -SRCS= if_gre.c ip_gre.c opt_inet.h opt_ns.h opt_atalk.h bpf.h - -CLEANFILES+=bpf.h +SRCS= if_gre.c ip_gre.c opt_inet.h opt_ns.h opt_atalk.h opt_inet.h: echo "#define INET 1" > ${.TARGET} @@ -16,7 +14,4 @@ opt_ns.h: opt_atalk.h: echo "#define NETATALK 1" > ${.TARGET} -bpf.h: - echo "#define NBPF 1" > ${.TARGET} - .include <bsd.kmod.mk> |