summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-10-02 09:38:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-10-02 09:38:17 +0000
commit748bb23dcc2f019316ca7cb6161076d2ce70d14f (patch)
tree147a250b6d2a12f6aa3097040f229127f89bb6a9 /sys/modules
parentc56c20f13dcd8eff1446ae5c3d7939aa5f8b9e97 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/if_gre/Makefile7
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>