diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-02 09:38:17 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-10-02 09:38:17 +0000 |
| commit | 748bb23dcc2f019316ca7cb6161076d2ce70d14f (patch) | |
| tree | 147a250b6d2a12f6aa3097040f229127f89bb6a9 /sys/modules | |
| parent | c56c20f13dcd8eff1446ae5c3d7939aa5f8b9e97 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -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 5ef40ca18c8f..9079ef9fc2a6 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> |
