This commit is contained in:
Adrian Chadd 2012-01-17 18:20:34 +00:00
parent bdc99a491d
commit a1f698ef1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230273

View File

@ -1,11 +1,11 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/wtap
# Declare Name of kernel module
KMOD = wtap
# Enumerate Source files for kernel module
.PATH: ${.CURDIR}/../../dev/wtap
SRCS = if_wtap_module.c if_wtap.c if_medium.c
.PATH: ${.CURDIR}/../../dev/wtap/wtap_hal