2e598474fa
parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re
21 lines
485 B
Plaintext
21 lines
485 B
Plaintext
#
|
|
# $FreeBSD$
|
|
#
|
|
# makefile dependencies for doxygen tag files
|
|
#
|
|
|
|
$(.OBJDIR)/dev_sound/dev_sound.tag: $(.OBJDIR)/dev_pci/dev_pci.tag \
|
|
$(.OBJDIR)/dev_usb/dev_usb.tag \
|
|
$(.OBJDIR)/ac97_if.h \
|
|
$(.OBJDIR)/channel_if.h \
|
|
$(.OBJDIR)/feeder_if.h \
|
|
$(.OBJDIR)/mixer_if.h
|
|
|
|
$(.OBJDIR)/dev_usb/dev_usb.tag: $(.OBJDIR)/dev_pci/dev_pci.tag \
|
|
$(.OBJDIR)/usb_if.h
|
|
|
|
$(.OBJDIR)/dev_pci/dev_pci.tag: $(.OBJDIR)/pci_if.h \
|
|
$(.OBJDIR)/pcib_if.h \
|
|
$(.OBJDIR)/bus_if.h
|
|
|