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
kernel - Fix auto port assignment collision in network code
[dragonfly.git]
/
sys
/
dev
/
sound
/
driver
/
via8233
/
Makefile
blob
98e8dd9230e604a2346cd1c5cc25c6363a7468d0
1
# $FreeBSD: head/sys/modules/sound/driver/via8233/Makefile 110498 2003-02-07 13:56:33Z nyan $
2
3
.PATH
: ${
.CURDIR
}/
..
/
..
/
pci
4
5
KMOD
=
snd_via8233
6
SRCS
=
device_if.h bus_if.h pci_if.h
7
SRCS
+=
via8233.c
8
9
.
include
<
bsd.kmod.mk
>