1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../net 4KMOD= if_disc 5SRCS= if_disc.c opt_inet.h opt_inet6.h 6NOMAN= 7 8NBPF?= 1 9 10CFLAGS+= ${PROTOS} 11 12opt_inet.h: 13 echo "#define INET 1" > opt_inet.h 14 15#opt_inet6.h: 16# echo "#define INET6 1" > opt_inet6.h 17 18.include <bsd.kmod.mk> 19