1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00: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:
Bruce Evans 2000-09-26 19:17:35 +00:00
parent 355b0652dd
commit f0f9985b11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66396

View File

@ -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>