Use proper kern.opts.mk rather than src.opts.mk from r297058.

Reported by:	kib
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-03-29 15:26:53 +00:00
parent c43a86743c
commit 2dfe93f0ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297393

View File

@ -2,7 +2,8 @@
.PATH: ${.CURDIR}/../../dev/urtwn
.include <src.opts.mk>
SYSDIR?=${.CURDIR}/../..
.include "${SYSDIR}/conf/kern.opts.mk"
KMOD = if_urtwn
SRCS = if_urtwn.c if_urtwnreg.h if_urtwnvar.h \