projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
if_printf/device_printf cleanup. Remove minor junk.
[dragonfly.git]
/
sys
/
dev
/
netif
/
bge
/
Makefile
1
# $FreeBSD: src/sys/modules/bge/Makefile,v 1.1.2.2 2001/12/04 20:01:53 brooks Exp $
2
# $DragonFly: src/sys/dev/netif/bge/Makefile,v 1.3 2005/05/21 07:28:04 joerg Exp $
3
4
KMOD= if_bge
5
SRCS= if_bge.c miibus_if.h opt_bdg.h device_if.h bus_if.h pci_if.h
6
KMODDEPS = miibus
7
8
.include <bsd.kmod.mk>