Add missing depend.

This commit is contained in:
Ulrich Spörlein 2013-08-03 08:21:35 +00:00
parent 90aa031bf1
commit 006afc9b5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253911

View File

@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/iwn
KMOD = if_iwn
SRCS = if_iwn.c device_if.h bus_if.h pci_if.h opt_wlan.h
SRCS = if_iwn.c device_if.h bus_if.h pci_if.h opt_iwn.h opt_wlan.h
.include <bsd.kmod.mk>