summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-01-17 18:20:34 +0000
committeradrian <adrian@FreeBSD.org>2012-01-17 18:20:34 +0000
commit9b1d2e17150afa6c078f4a5eef24471795cbb7ca (patch)
tree391807b9bcc9a34a90e6f21d63a8f97615cc75e6
parentee5fc18d8a840a59e7ce8470a1f21d38e910fbb9 (diff)
downloadFreeBSD-src-9b1d2e17150afa6c078f4a5eef24471795cbb7ca.zip
FreeBSD-src-9b1d2e17150afa6c078f4a5eef24471795cbb7ca.tar.gz
Tidy-up.
-rw-r--r--sys/modules/wtap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/wtap/Makefile b/sys/modules/wtap/Makefile
index b9e8827..68b905f 100644
--- a/sys/modules/wtap/Makefile
+++ b/sys/modules/wtap/Makefile
@@ -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
OpenPOWER on IntegriCloud