From 7ea32eb60fa9e04bf003921d3bad9c7ae2aba06c Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 20 Oct 2002 22:57:22 +0000 Subject: Add opt_mac.h to dependencies for if_stf.c module. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories --- sys/modules/if_stf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.1