1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
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$ # $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