1998-10-16 04:30:52 +00:00
|
|
|
# $Id: Makefile,v 1.5 1998/02/01 18:12:13 bde Exp $
|
1995-03-20 19:25:49 +00:00
|
|
|
|
1998-10-16 04:30:52 +00:00
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= if_disc
|
1998-01-08 23:50:27 +00:00
|
|
|
SRCS= if_disc.c bpfilter.h opt_inet.h
|
1995-03-20 19:25:49 +00:00
|
|
|
NOMAN=
|
|
|
|
|
|
|
|
NBPFILTER?= 0
|
|
|
|
|
|
|
|
CFLAGS+= ${PROTOS}
|
1998-01-08 23:50:27 +00:00
|
|
|
CLEANFILES+= bpfilter.h opt_inet.h
|
1995-03-20 19:25:49 +00:00
|
|
|
|
|
|
|
bpfilter.h:
|
|
|
|
echo "#define NBPFILTER ${NBPFILTER}" > bpfilter.h
|
|
|
|
|
1998-01-08 23:50:27 +00:00
|
|
|
opt_inet.h:
|
|
|
|
echo "#define INET 1" > opt_inet.h
|
|
|
|
|
1995-03-20 19:25:49 +00:00
|
|
|
.include <bsd.kmod.mk>
|