diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-08-12 15:27:17 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-08-12 15:27:17 +0000 |
| commit | 4d4c1c5ca2c3c4bc497980458c034b981dace692 (patch) | |
| tree | aeadecdf908c10809905416c67aebfd392432753 /sys/modules | |
| parent | 01533af5a0f742541d5c97c54c9f3e766fcd5ce8 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/if_gif/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/if_gif/Makefile b/sys/modules/if_gif/Makefile index cb63fa171503..067f8b9c9f3e 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} |
