repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync with HEAD.
[dragonfly.git]
/
sys
/
dev
/
netif
/
aue
/
Makefile
blob
63a66e63396e0f467e3924ead9596e691ac44721
1
# $FreeBSD: src/sys/modules/aue/Makefile,v 1.2 2000/01/28 11:26:27 bde Exp $
2
# $DragonFly: src/sys/dev/netif/aue/Makefile,v 1.4 2006/06/25 11:02:38 corecode Exp $
3
4
KMOD
=
if_aue
5
SRCS
=
if_aue.c opt_usb.h device_if.h bus_if.h
6
SRCS
+=
miibus_if.h
7
KMODDEPS
=
miibus
8
9
.
include
<
bsd.kmod.mk
>