summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_stf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-20 22:57:22 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-20 22:57:22 +0000
commit7ea32eb60fa9e04bf003921d3bad9c7ae2aba06c (patch)
treefdfb6e771417cf1589250021d656b4ed57c63072 /sys/modules/if_stf
parent419afbc0d3d9432a72ea3e36f9c4974b31428c35 (diff)
downloadFreeBSD-src-7ea32eb60fa9e04bf003921d3bad9c7ae2aba06c.zip
FreeBSD-src-7ea32eb60fa9e04bf003921d3bad9c7ae2aba06c.tar.gz
Add opt_mac.h to dependencies for if_stf.c module.
Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'sys/modules/if_stf')
-rw-r--r--sys/modules/if_stf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/if_stf/Makefile b/sys/modules/if_stf/Makefile
index 32af67a..2ea7363 100644
--- a/sys/modules/if_stf/Makefile
+++ b/sys/modules/if_stf/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../net
KMOD= if_stf
-SRCS= if_stf.c opt_inet.h opt_inet6.h
+SRCS= if_stf.c opt_inet.h opt_inet6.h opt_mac.h
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
OpenPOWER on IntegriCloud