diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2006-10-29 17:23:54 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2006-10-29 17:23:54 +0000 |
| commit | 10d200c5300a2f349ca4fda9cb570412c58b62fb (patch) | |
| tree | 1670b34768b3a9400f21c4c597de7d1a928cb1a3 /sys/modules | |
| parent | da6d4298b77d77eec8000b98f85e940db5f74bbb (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/powermac_nvram/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/powermac_nvram/Makefile b/sys/modules/powermac_nvram/Makefile index a4d069366c08d..e56f7207fa271 100644 --- a/sys/modules/powermac_nvram/Makefile +++ b/sys/modules/powermac_nvram/Makefile @@ -4,5 +4,6 @@ KMOD= powermac_nvram SRCS= powermac_nvram.c powermac_nvramvar.h +SRCS+= bus_if.h device_if.h .include <bsd.kmod.mk> |
