diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-05-26 00:53:10 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-05-26 00:53:10 +0000 |
| commit | dba6dd177bdee890cf445fbe21a5dccefd5de18e (patch) | |
| tree | 444189f309f3c6e333c2287c6803e04f50f21d0a /sys/modules/awi | |
| parent | 79af3d91dff64838545417ebd47cc269f2ff2111 (diff) | |
Notes
Diffstat (limited to 'sys/modules/awi')
| -rw-r--r-- | sys/modules/awi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/awi/Makefile b/sys/modules/awi/Makefile index b0e743b7ee44..554ffe5c01ab 100644 --- a/sys/modules/awi/Makefile +++ b/sys/modules/awi/Makefile @@ -4,7 +4,7 @@ KMOD= if_awi SRCS= am79c930.c awi.c if_awi_pccard.c -SRCS+= bus_if.h card_if.h device_if.h opt_inet.h +SRCS+= bus_if.h card_if.h device_if.h opt_inet.h pccarddevs.h opt_inet.h: echo "#define INET 1" > opt_inet.h |
