summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-20 22:59:17 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-20 22:59:17 +0000
commit137577c9f259c6fdd199212fb31cd1ebfe757850 (patch)
tree522286fb5034c829860a275690d4fa4a4e3e710b
parent7ea32eb60fa9e04bf003921d3bad9c7ae2aba06c (diff)
downloadFreeBSD-src-137577c9f259c6fdd199212fb31cd1ebfe757850.zip
FreeBSD-src-137577c9f259c6fdd199212fb31cd1ebfe757850.tar.gz
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
-rw-r--r--sys/modules/ip_mroute_mod/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud