From 137577c9f259c6fdd199212fb31cd1ebfe757850 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 20 Oct 2002 22:59:17 +0000 Subject: Hook up opt_mac.h to the build dependencies. The way we currently handle this stuff is dangerous. :-) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories --- sys/modules/ip_mroute_mod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/ip_mroute_mod/Makefile b/sys/modules/ip_mroute_mod/Makefile index 4755078..41dbcec 100644 --- a/sys/modules/ip_mroute_mod/Makefile +++ b/sys/modules/ip_mroute_mod/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../netinet KMOD= ip_mroute -SRCS= ip_mroute.c opt_mrouting.h opt_random_ip_id.h +SRCS= ip_mroute.c opt_mac.h opt_mrouting.h opt_random_ip_id.h CFLAGS+= -DMROUTE_KLD -- cgit v1.1