Depend on opt_mac.h.

This commit is contained in:
Robert Watson 2002-08-12 15:27:17 +00:00
parent 01533af5a0
commit 4d4c1c5ca2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101737

View file

@ -3,7 +3,8 @@
.PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6
KMOD= if_gif
SRCS= if_gif.c in_gif.c in6_gif.c opt_inet.h opt_inet6.h opt_mrouting.h
SRCS= if_gif.c in_gif.c in6_gif.c opt_inet.h opt_inet6.h opt_mac.h \
opt_mrouting.h
opt_inet.h:
echo "#define INET 1" > ${.TARGET}