summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_gif
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-08-12 15:27:17 +0000
committerrwatson <rwatson@FreeBSD.org>2002-08-12 15:27:17 +0000
commit6452ea69241e849adf547bba32aa555b8e1a6639 (patch)
treeaeadecdf908c10809905416c67aebfd392432753 /sys/modules/if_gif
parent772773c74cfb910591ec5c32c82b458f8ec23909 (diff)
downloadFreeBSD-src-6452ea69241e849adf547bba32aa555b8e1a6639.zip
FreeBSD-src-6452ea69241e849adf547bba32aa555b8e1a6639.tar.gz
Depend on opt_mac.h.
Diffstat (limited to 'sys/modules/if_gif')
-rw-r--r--sys/modules/if_gif/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/if_gif/Makefile b/sys/modules/if_gif/Makefile
index cb63fa1..067f8b9 100644
--- a/sys/modules/if_gif/Makefile
+++ b/sys/modules/if_gif/Makefile
@@ -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}
OpenPOWER on IntegriCloud