modules: remove KMODDEPS, it is not used anymore
[dragonfly.git] / sys / dev / sound / driver / ich / Makefile
1 # $FreeBSD: src/sys/modules/sound/driver/ich/Makefile,v 1.2 2003/02/07 13:56:32 nyan Exp $
2 # $DragonFly: src/sys/dev/sound/driver/ich/Makefile,v 1.3 2007/01/04 21:47:01 corecode Exp $
3
4 .PATH:          ${.CURDIR}/../../../../dev/sound/pci
5 KMOD            = snd_ich
6 SRCS            = device_if.h bus_if.h pci_if.h
7 SRCS            += ich.c
8
9 .include <bsd.kmod.mk>