mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Removed mature garbage (vestiges of old way of configuring bpf) and old
garbage (vestiges of old way of configuring INET). Fixed most style bugs.
This commit is contained in:
parent
355b0652dd
commit
f0f9985b11
1 changed files with 5 additions and 9 deletions
|
|
@ -1,18 +1,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../net
|
||||
KMOD= if_disc
|
||||
SRCS= if_disc.c opt_inet.h opt_inet6.h
|
||||
.PATH: ${.CURDIR}/../../net
|
||||
KMOD= if_disc
|
||||
SRCS= if_disc.c opt_inet.h opt_inet6.h
|
||||
NOMAN=
|
||||
|
||||
NBPF?= 1
|
||||
|
||||
CFLAGS+= ${PROTOS}
|
||||
|
||||
opt_inet.h:
|
||||
echo "#define INET 1" > opt_inet.h
|
||||
echo "#define INET 1" > ${.TARGET}
|
||||
|
||||
#opt_inet6.h:
|
||||
# echo "#define INET6 1" > opt_inet6.h
|
||||
# echo "#define INET6 1" > ${.TARGET}
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue