aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/if_stf/Makefile
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-10-20 22:57:22 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-10-20 22:57:22 +0000
commitc530b092cbbe462e5edba076d0d26a9c66acfc90 (patch)
treefdfb6e771417cf1589250021d656b4ed57c63072 /sys/modules/if_stf/Makefile
parent53be11f68094cc5a97a63759a91d4a8f1a8a38b6 (diff)
downloadsrc-c530b092cbbe462e5edba076d0d26a9c66acfc90.tar.gz
src-c530b092cbbe462e5edba076d0d26a9c66acfc90.zip
Add opt_mac.h to dependencies for if_stf.c module.
Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Notes
Notes: svn path=/head/; revision=105587
Diffstat (limited to 'sys/modules/if_stf/Makefile')
-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 32af67a369ae..2ea7363437a0 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}