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
HAMMER Utilities: MFC work to date.
[dragonfly.git]
/
sys
/
dev
/
netif
/
lnc
/
Makefile
blob
fef90c9c93cb22585990eafe6093c2a5342905db
1
# $DragonFly: src/sys/dev/netif/lnc/Makefile,v 1.3 2006/07/07 14:16:29 sephe Exp $
2
3
KMOD
=
if_lnc
4
SRCS
=
lance.c if_lnc_isa.c if_lnc_pci.c am7990.c am79900.c
5
SRCS
+=
device_if.h bus_if.h pci_if.h isa_if.h opt_inet.h
6
7
.
include
<
bsd.kmod.mk
>