Respect style.Makefile(5).
Cluebat waving by: ru
This commit is contained in:
parent
16cdb2382c
commit
793f672a87
@ -1,8 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
||||
KMOD = snd_envy24
|
||||
SRCS = device_if.h bus_if.h pci_if.h
|
||||
SRCS += envy24.c
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
||||
|
||||
KMOD= snd_envy24
|
||||
SRCS= device_if.h bus_if.h pci_if.h
|
||||
SRCS+= envy24.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
||||
KMOD = snd_envy24ht
|
||||
SRCS = device_if.h bus_if.h pci_if.h
|
||||
SRCS += envy24ht.c
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
||||
|
||||
KMOD= snd_envy24ht
|
||||
SRCS= device_if.h bus_if.h pci_if.h
|
||||
SRCS+= envy24ht.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
||||
KMOD = snd_spicds
|
||||
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS += spicds.c
|
||||
.PATH: ${.CURDIR}/../../../../dev/sound/pci
|
||||
|
||||
KMOD= snd_spicds
|
||||
SRCS= device_if.h bus_if.h isa_if.h pci_if.h
|
||||
SRCS+= spicds.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user