Depend on opt_mac.h.

This commit is contained in:
rwatson 2002-08-12 15:27:17 +00:00
parent 772773c74c
commit 6452ea6924

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}