From 5aae45c2e684c71019d2e320cd37cede913d97aa Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Wed, 31 Jul 2002 20:19:28 +0000 Subject: The ppp and tunnel modules now rely on opt_mac.h. Missed in a previous commit. Submitted by: Anders Andersson --- sys/modules/if_tun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/if_tun') diff --git a/sys/modules/if_tun/Makefile b/sys/modules/if_tun/Makefile index e849c15346695..eee5ab4fdb077 100644 --- a/sys/modules/if_tun/Makefile +++ b/sys/modules/if_tun/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../net KMOD= if_tun -SRCS= if_tun.c opt_inet.h vnode_if.h +SRCS= if_tun.c opt_inet.h opt_mac.h vnode_if.h opt_inet.h: echo "#define INET 1" > ${.TARGET} -- cgit v1.3