Fix make depend.

This commit is contained in:
Ulrich Spörlein 2012-12-02 22:18:01 +00:00
parent e0fb6dc33f
commit 67897cfb90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243801

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
SRCS = if_iwn.c device_if.h bus_if.h pci_if.h opt_wlan.h
.include <bsd.kmod.mk>