This commit is contained in:
Adrian Chadd 2012-01-17 18:20:34 +00:00
parent bdc99a491d
commit a1f698ef1c

View File

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